Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I'm working on a "navigational" system, where user can "return" to where he came (with several tables, layouts etc). My idea was to store RecordID and LayoutNumber into 2 globals. And then use them if the user decides to "go back" from the previous record he saw. Anyway.

Am I missing something ? But looks like FM offers RecordID but do not allow to use it with a proper function.

The function Go To Record use RecordNumber (which is the number of the record whithin the found set, so it can change of course) :?

Do you know a way to use RecordID instead ?

Posted

Crate a relationship from the global to RecordID and use Go to Related Record [ ; relationship; using layout "your layout"]. Note that 'Show only related' is not selected, so that if the record is already in the layout's found set, it won't omit all others.

  • 3 months later...
Posted

I'd like to do this too, but I'm not sure how. I have the same multiple table, multiple layouts thing going on. Imagine an Invoicing system where you are looking at a particular customer, then look up an Invoice and go back to the Customer screen and have to search for the customer you were just looking at.

It seems I could do a sub-script to get the current RecordID for each table and store them each in a global, then when someone went back to a layout they had previously been on then it would feed the global value as the record to go to for that table/layout. ...?

Posted

If you don't navigate to a different customer record when you look up an invoice and move to a different layout, then I don't see why you would need to search for the customer again when you return to the original layout. It should still be the currently selected record. Ask.gif

Perhaps you are talking more in general about a 'Back' button? If so, do a search for "back button" on this site.

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