General information,
Over the past several months we have noticed that version 3.5 of Rev is much more sensitive to data that contains NULL characters. Several programs that worked well previously, with the same data, broke when using Rev 3.5 - or a standalone made from it. The problem comes when the data is sorted; the sorting drops records. Adding the following line, before the sort, fixes the problem for us:

replace NULL with "" in theData --"theData" is whatever variable contains the data to be manipulated.

We had minor problems with NULLs previously, but 3.5 will drop up to 80% of our data. One way NULLs can get into a database is if Unicode text is copied from another document.
Hope this saves you some time.
Paul Looney
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to