Rajesh Karunakaran
Programmer
Dear friends,
I use FoxyPreviewer to produce excel files from FRXs as in
However, when it runs, it throws errors (something like 'lapages not found' etc.). When I click each one and pass through, it creates a file but unreadable. Also, it says JRE required for OpenOffice. Even though I have OpenOffice installation, I am not specifiying the 'PREVIEW' keyword in the REPORT FORM.... command and hence I was not expecting anything on OpenOffice/Excel.
I have downloads for v299z30 and v299z38 (the versions). Tried both and they give different kinds of errros!
Anyone tried Excel and experienced such things?
Thanks,
Rajesh
I use FoxyPreviewer to produce excel files from FRXs as in
Code:
lcReportFullName = 'MyReport.frx'
lcOutPutFilePath = 'd:\temp\'
lcOutPutFileName = FORCEEXT(JUSTSTEM(pFrxName), 'xls')
DO FoxyPreviewer.App
REPORT FORM (lcReportFullName) OBJECT TYPE 13 TO FILE (ADDBS(lcOutPutFilePath) + (lcOutPutFileName))
However, when it runs, it throws errors (something like 'lapages not found' etc.). When I click each one and pass through, it creates a file but unreadable. Also, it says JRE required for OpenOffice. Even though I have OpenOffice installation, I am not specifiying the 'PREVIEW' keyword in the REPORT FORM.... command and hence I was not expecting anything on OpenOffice/Excel.
I have downloads for v299z30 and v299z38 (the versions). Tried both and they give different kinds of errros!
Anyone tried Excel and experienced such things?
Thanks,
Rajesh