April 16, 200322 yr 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]
April 16, 200322 yr "related serial numer " displaying related fields: [FMP-Field: RELATIONSHIP_NAME::field_name] hope it helps!
April 16, 200322 yr Author 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.
April 16, 200322 yr If you put [FMP-Field:rSn] on this page outside the inline, what number is being displayed?
April 16, 200322 yr 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
April 16, 200322 yr Try this: [FMP-InlineAction: -db={CurrentDatabase}, -lay={CurrentLayout}, sn={Field:rSn}, -find] Good Luck. Garry
Create an account or sign in to comment