JariV Posted June 1, 2004 Posted June 1, 2004 Hi, I've created a solution with FMProDev7, it has 6 tables and 100-150 fields in each. Now there emerged a need to provide the solution for users running Win98 in their computers, which means that the solution would have to be made with Dev6. Is there any even remotely practical way to convert a fp7 file to fp5? The prospect of redoing the whole thing does not sound too inspiring... Any ideas are greatly appreciated. Jari V
Fitch Posted June 1, 2004 Posted June 1, 2004 To at least get started, you could export each table as merge, open it in Excel and save it. The, when you drag the file onto FileMaker, it asks if you want to use the first row as field names. So at least you won't have to create all the fields from scratch, or worry that you missed one. But you'll still have to change their type.
JariV Posted June 2, 2004 Author Posted June 2, 2004 Thanks a lot, That will help quite a bit. Any ideas how to convert calculation fields? - that part seems pretty tricky... Jari V
Fenton Posted June 2, 2004 Posted June 2, 2004 Copy into a (good) text editor. Replace the new function names with the old names, when there is an equivalent ( Get(...) -> Status(...) ), ";" to "," (US), etc.. One good thing is that you can have both FileMaker apps with their calculation dialogs open at the same time; though that makes me nervous so I close the one I'm copying from. Have backups; not a good time to crash.
JariV Posted June 3, 2004 Author Posted June 3, 2004 Thanks again. Using a text editor here in between calc dialogs really makes many things easier. Jari V
Fitch Posted June 4, 2004 Posted June 4, 2004 You could also print the fields and scripts to a PDF, and use that as your copy source. That way you won't have to keep opening and closing each field/script one by one.
Recommended Posts
This topic is 7822 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