A question

Project:OpenOffice.org Calc Library
Component:Code
Category:support request
Priority:normal
Assigned:Mat Nadrofsky
Status:active
Description

Hello, this library is great. We have some PC with OpenOffice.org, and I'm trying to open a spreadsheet but it doesn't work.

I use WinXP and Progress 9.1C

The code:

{c:\CalcUtils.i}
DEF VAR cNomFile AS CHARACTER.
cNomFile = "c:\prueba_ods.ods".

RUN open_calc.

RUN OPEN_book (cNomFile).

RUN CleanUp.

It should work, but it doesn't. Am I doing something wrong?

Thanks!