ezequiel
Member
Hi, I have being trying to open a CSV file with OpenOffice.org 3, from a Progress procedure.
The following line works Ok when opening a ODS or SXC:
chWorkbook = chDesktop:loadComponentFromURL(ip_FileName, "_blank", 0, cc).
...where "cc" es a RAW variable with no value.
I read in openoffice.org and StarOffice forums that the same loadComponentFromURL is supposed to open a CSV, using the right argumentos in "cc".
But it expects an array as argument, and Progress can't use an array as argument, just array elements.
...and I'm stucked here, can someone give me a hand?
Thanks
The following line works Ok when opening a ODS or SXC:
chWorkbook = chDesktop:loadComponentFromURL(ip_FileName, "_blank", 0, cc).
...where "cc" es a RAW variable with no value.
I read in openoffice.org and StarOffice forums that the same loadComponentFromURL is supposed to open a CSV, using the right argumentos in "cc".
But it expects an array as argument, and Progress can't use an array as argument, just array elements.
...and I'm stucked here, can someone give me a hand?
Thanks