PatriciaW Posted September 4, 2005 Posted September 4, 2005 (edited) In an application which has been converted to FM7 from FM6 how do I ensure that the data files are properly opened so that the correct machine hosts them? Is Open File (hidden) sufficient? The reason I ask is that the user of FM6 was told that just opening the files was not sufficient and had a whole procedure for clicking on every layout to ensure that all files were hosted correctly. I have read elsewhere that in FM7 locking does not happen just by opening a file (it requires entering data into a field on a table), so I want to be sure that I have the correct procedure (especially since I have modified the application to use the separation model.) Edited September 4, 2005 by Guest
Vaughan Posted September 5, 2005 Posted September 5, 2005 Such contrivances are not required for FMP 7 solutions. Files can be accessed without windows being open for them, unlike FMP 6 on Windows. Make sure each file has a startup script that does everything. This script when setup will run when the first window of the file is opened.
PatriciaW Posted September 7, 2005 Author Posted September 7, 2005 Make sure each file has a startup script that does everything. This script when setup will run when the first window of the file is opened. What does this mean ... "does everything"? That was the essence of my question ... by that do you mean just a series of "Open Files"?
Recommended Posts
This topic is 7015 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