Esmo2000 Posted August 12, 2004 Posted August 12, 2004 Hello, I have two databases and I want to enter from one into the other. When I open the first, it automatically opens the other as it is used for relational stuff and I didn't want to bother the user with garble. Anyways, I want to switch from the first to the second and switch INTO find mode. This is actually from being in find mode. I don't want to use a portal either, I actually want to switch into the other database in that mode. Is there any way to do this? Thanks a lot, Jim
-Queue- Posted August 12, 2004 Posted August 12, 2004 Perform an on open script in the first db that calls a script in the second db to Set Error Capture [On] Go to Layout [yourfindlayout] Enter Find Mode [Pause] Perform Find [ ] If [not Status(CurrentFoundCount)] Show Message ["No records were found."] End If etc.
Recommended Posts
This topic is 7411 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