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

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

Recommended Posts

Posted

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

Posted

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.

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 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.