Jump to content

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

Recommended Posts

Posted

I have several databases that I would like to link up with a central interface, before I put them all onto our filemaker server. But I do not have anyone who knows what I am talking about. Can you help?B)?? crazy.gif

Posted

I almost always setup a main menu file in any system I develop. I launch this file (or maybe a security file which then launches the main menu) and it contains buttons which runs scripts to load all the other files as needed.

Just start with a single file with buttons that open the other files. I will always do this by running a startup script in the remote file, rather than simply opening the file and leaving it up to the user as to what to do.

Posted

1.) Create a new file called "MainMenu.fp5"

2.) For each of your hosted files (or sets of files)B)

Create a script in MainMenu with one step:

Perform Script [External, HostedFile]

This is the actual script which will open the remote file, and do something, typically it will take you to a layout in that file.

3.) Create a layout in MainMenu

4.) Create a button on this layout for each script created in step 2.

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