Hi all,
I'm using GUI_DOWNLOAD to create a text file from a table, I have to use the binary type to force an exact line length with CRLF at the end because thats a requierement for tranfering the file to our government.
In 4.6C with WS_DOWNLOAD everything was working fine but now with GUI_DOWNLOAD I get a text file in unicode (2 bytes for one character) and this is not looking good with Windows Notepad and it won't work for the transfer.
Is there a parameter for GUI_DOWNLOAD to output in standard ASCII or some other trick I don't know??
Thanks