Jump to content

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

Recommended Posts

Posted

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?

Posted

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.

Posted

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.

This topic is 5988 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.