Genx Posted January 13, 2006 Posted January 13, 2006 ok, im going to assume that if you develop something in fm 8, you cant expect functions such as GetNthRecord to work in fm 7... so my question is, was there some sort of work around you could do in fm 7 to achieve the same type of result?.. (keep in mind i only need the first two related records)... cheers, genx
comment Posted January 13, 2006 Posted January 13, 2006 It's possible. Roughly speaking, you define a value list of all related ID's, then extract the Nth value using MiddleValues(), and base a new relationship on that. Getting the sort order can be a bit more tricky, but basically you sort the value list by your sort field.
Genx Posted January 13, 2006 Author Posted January 13, 2006 exactly what i needed again, cheers comment genx
BobWeaver Posted January 19, 2006 Posted January 19, 2006 Another method is given in this thread: http://www.fmforums.com/forum/showtopic.php?tid/92703
Recommended Posts
This topic is 6882 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