Skip to main content
Participant
September 12, 2008
Question

Is it possible for FM V8 files to be saved so they can be opened and updated using FM V6.0?

  • September 12, 2008
  • 3 replies
  • 240 views
Is there any way of saving a FM V8.0 file so it can be opened and updated by a user still running FM V6.0?

Many thanks.
    This topic has been closed for replies.

    3 replies

    Participating Frequently
    September 24, 2008
    As for code mapping, there is a encode/decode package for the Perl scripting language which permits converting to/from unicode to nearly all codepages which have been in use on PC systems for the last some 20 years.

    With a little script it should be possible to reliable transform the text portions of a MIF file.

    If necessary, I'd be able to write such a script for a moderate fee.

    Helge
    Arnis Gubins
    Inspiring
    September 12, 2008
    Save as "MIF 7.0". FM 6.0 will ignore any newer features that it
    doesn't understand when opening the file. However, if you use unicode
    characters, then there may be some mapping issues when going
    backwards.
    Inspiring
    September 12, 2008
    Either of the MIF formats available in 8 _should_ work (I don't have it on this system, I'm remembering 8 MIF and 7 MIF) but you'll lose a varying amount of functionality depending on how antique a version you pick. I don't know if newer functionality is preserved after opening in 6 and saving or not.

    So test it before you depend on it.

    At