I have a database front end that is behaving differently on Windows
and OS X with respect to EndOfLine, hopefully somebody here has some
ideas.
Editfield text is run through a method that replaces all the
EndOfLines with a unique delimiter (*EndOfLine*):
strSafeString = ReplaceAll(strFieldValue, EndOfLine, "*EndOfLine*")
When the text is displayed in the front end the reverse is done so
that the delimiter is replaced with EndOfLines and the text is
displayed properly.
On OS X this works properly, but in the Windows version the
EndOfLines are not replaced, and the text goes into the database with
the EndOfLines rather than the delimiters.
Building on OS X 10.4.11 with 7r3, deploying to OS X (10.4.x -
10.5.x) and Windows XP.
Any ideas welcome.
--
David Glass - Gray Matter Computing
graymattercomputing.com
559-303-4915
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|