Jump to content
Server Maintenance This Week. ×

File conversion frm 6 to 8


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

Recommended Posts

In the older version of FMP, I had individual files that I opened andclose with scripts as needed. In FMP8 the opening process appears very slow when clicking on a record in a portal and opening that record. Can I restructure the file and data to be a table within the new FMP8 file? Or, how do I get quicker access to records in another file?

Link to comment
Share on other sites

I'm surprised that you're experiencing slower speed opening files. In our experience, FM7/8 is much faster opening files. Perhaps you have some old File References slowing things down (read the FM8 Migration tech brief, or search the forums for +File +References for more details about how to fix them upon conversion.)

In any case, Yes you can combine files, but it will take some work. In FM8 Advanced, you can Import tables from other files within the Table definition dialog. Once the tables are in the local file, the local table occurances can be redefined to use the local tables, layouts can be re-created, and scripts can be imported.

If you're going through all that work anyway, it may be better to rewrite the structure of the solution from scratch. With this, you can still reuse some or all of the old layouts, but many of the old scripts won't be needed any more. The reason this might be better is because complex files that were created in previous versions often have a lot of stuff that's not needed anymore, like concatonated keys and various lookups. Usually the number of fields can be reduced by a third or by half just by removing this detritus. But rewriting also gives you the opportunity to normalize and fix things that have been ignored or done poorly in the past.

Edited by Guest
Link to comment
Share on other sites

Check each file. Most likely, many left over paths in each File Reference are slowing things down

If all your files are hosted from the same folder (as most are), then you can use just the very last "relative" reference in each file reference, e.g. "file:contacts.fp7"

no real need to combine files

Edited by Guest
Link to comment
Share on other sites

It's useful to note: for a large/complex solution, Metadata Magic from New Millennium has a File Reference fixer that consolidates and cleans up file references in FM5/6 files. This is an excellent pre-conversion time saver.

Link to comment
Share on other sites

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