Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

inline record values for


rivet

This topic is 7841 days old. Please don't post here. Open a new topic instead.

Recommended Posts

How can I do an inline with a record value. When I try to use a value from the database as a find for the serial number it doesn't work. If I had - sn="3" - everything is fine.

[FMP-InlineAction: -db={CurrentDatabase}, -lay={CurrentLayout}, sn=[FMP-Field:rSn], -find]

Link to comment
Share on other sites

sorry I should not have used the word 'related'. (I will edit that) What I want is to use a dynamic value from FM. but when I put in the square brackets the 'inline' function does not work.

Link to comment
Share on other sites

If I read this corrctly "sn" is a field_name and you are trying to set it to itself?!

sn=[FMP-Field:rSn].....

This states (to my little understanding) is that field called *sn equals any record from the field called *rSn

that is why sn="3" works because you manually specify that the field called "sn" = "3"

OR I am compleatly OFF...in which case ignore me smile.gif

Link to comment
Share on other sites

This topic is 7841 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.