mhudd Posted May 24, 2002 Posted May 24, 2002 In my find Script I would prefer not to use copy and paste. I have an ID field which the user has entered the record number from another record in the DB. When the user wants to see the other record they run a script that copies the number and enters Find mode where it copies & pastes that number into the serial number field and does a find. There's got to be a more elegant way...
The Bridge Posted May 24, 2002 Posted May 24, 2002 One option: You could create a self-join relationship by ID field. A portal based on this relationship would show all records with matching IDs. Specify a button in each portal row to Go to Related Record to jump to the appropriate record.
bobsmith Posted May 24, 2002 Posted May 24, 2002 My suggestion would be to make the field that the user inputs the number for another record in the db as a Global field. in the script to Find: Enter Find Mode Set Field [ RecordNumber, gFind ] Perform Find The input field would be gFind
Recommended Posts
This topic is 8220 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