In order to resolve the problems with opening a WordPerfect 6.1 document
into WordPerfect 6.0 with integrations, the SSWMAIN.WCM was modified
in such a way as to open WordPerfect 6.0 documents and unrecognizable
WordPerfect documents into WordPerfect without attempting to convert
the document.  Due to the nature of this change, be advised that this is
intended to be used "at your own risk"!  Novell does not guarantee that 
this fix will complete eliminate the problem, nor does Novell guarantee
that this fix will not introduce any new problems.

The exact change is as follows:

Under the label DoOpen

        If (FileFormat <> WP60FMT)

        was changed to

        If ((FileFormat <> WP60FMT) and (FileFormat <> 653))

(653 translates as a WordPerfect document which does not display a 
recognizable WordPerfect version)

Please inform SoftSolutions Support at (801)224-9000 of any problems that
you may encounter.
