Vaughan Posted October 12, 2011 Posted October 12, 2011 I really like how FMP automagically displays the server name in the window title... Database (servername) ... and have just worked out a quick and simple way to get it to work for new windows too. Basically, the New Window command appends hyphen-space-number onto the end of the window name. The algorithm does some clever checking for "previous" windows and doesn't just keep incrementing the number. So, to get window named "Contacts (servername)" follow these steps: (First check whether a window called "Contacts" already exists: is it does then either select it and stop, or close it.) Create a new window called "Contacts - 2" Set the window up the way you want with layout, status area, size, position, found set, etc. Use the New window command to "duplicate" the window: FMP will name this window "Contacts" and display the server name. Close the "Contacts - 2" window.
Recommended Posts
This topic is 4792 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