rivet Posted April 16, 2003 Posted April 16, 2003 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]
Leb i Sol Posted April 16, 2003 Posted April 16, 2003 "related serial numer " displaying related fields: [FMP-Field: RELATIONSHIP_NAME::field_name] hope it helps!
rivet Posted April 16, 2003 Author Posted April 16, 2003 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.
Unable Posted April 16, 2003 Posted April 16, 2003 If you put [FMP-Field:rSn] on this page outside the inline, what number is being displayed?
Leb i Sol Posted April 16, 2003 Posted April 16, 2003 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
Garry Claridge Posted April 16, 2003 Posted April 16, 2003 Try this: [FMP-InlineAction: -db={CurrentDatabase}, -lay={CurrentLayout}, sn={Field:rSn}, -find] Good Luck. Garry
Recommended Posts
This topic is 7920 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 accountSign in
Already have an account? Sign in here.
Sign In Now