Thanks in advance for your reply!
Willem Bakker (NL)
Richard
"Willem Bakker" <whba...@igr.nl> wrote in message
news:3a8e...@winkelcentrum.igr.nl...
Actually, the challenge is not that bad. The Series 5 is capable of exporting
DATA files in tab delimited format which you can then transfer without
conversion to the series 3 and import. You will however have to first define
the fields manually on the series 3.
DATA was the only application on the series 5 with import/export capabilities built-in.
Note that you will have to deal with some issues such as:
-on the series 3 no field can exceed 255 characters. (eg: your memo fields on
the series 5 will have to be truncated to 255, or split into multiple fields.)
-the "new line" character inside a field on the series 5 is a <ctrl-F> for
DATA files. But for the Series 3, it is a 0x15 (<CTRL> U). So in the tab
delimited file you export from the Series 5, you should change all <CTRL> F>
to <CTRL-U>.
Note that if the file contains a single field such as "Memo:", you can just
replace the <CTRL-F> with a field separator (TAB). Similarly, if you have very
large memo fields, you can split them into multiple fields by inserting the
TAB character.
Copy to PC and file can be opened by PSIDATA. May be able to copy to S3
without any other work.
John Crook
"R. R." <rrye...@on.aibn.com> wrote in message
news:A_vj6.244650$f36.9...@news20.bellglobal.com...