Jump to content
Server Maintenance This Week. ×

Return to record


ianmuir

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

Recommended Posts

Hi, I have a database with 3 layouts.

what i want to do is go from layout 1 to layout 2 or 3 and when i go back to layout 1 I am on the record i was viewing.

 

Set Varaible [($Number; Value:Get (RecordNumber)]
Go to Record/Request/Page [No dialog;$Number]
 
This does not work!
any ideas?

 

 

Link to comment
Share on other sites

Have you tried to simply switch layouts? Unless “go back to layout 1” involves a GTRR – or there are some other mechanisms in play that alter the found set for layout 1 – you land on the record from which you left off.

Link to comment
Share on other sites

Hi Ian,

Record Numbers may change if you perform a Find or a Sort step.  Then Go to Record [$Number] will subsequently return you to a different record.   You can use Get (RecordID) to confirm whether you are on the same record as when you started, but there is no script option to Go to a particular record according to its Record ID number.  

Link to comment
Share on other sites

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