Robert Schaub Posted October 1, 2008 Posted October 1, 2008 I am set a variable to Get(ReecordID), Later I want to return the that record. The recordID could be 28700 in a set of records that only has 1000 in show all mode. I can't use Go To Record (By Calculation) Get(ReecordID) or By the variable. The number is too high. Anyone know how to navigate to a record by RecordID?
Genx Posted October 2, 2008 Posted October 2, 2008 RecordId won't work - its an internal record identifier for filemaker and very rarely has a purpose. Use Get(RecordNumber). If you're really desperate to use RecordId the only thing you could really do would be loop through all the available records until you hit the desired rec id.
Robert Schaub Posted October 2, 2008 Author Posted October 2, 2008 Thanks I have been using Get(RecordNumber), I works good, except when I GTRR SRRO the record number could be 937. But SRRO makes it 1 or the record number in the found set of related. If I turn of the SRRO option it could mess up reports.
IdealData Posted October 2, 2008 Posted October 2, 2008 Well spotted Vaughan - another bloody acronym to remember.
Recommended Posts
This topic is 5899 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