The "MS-EXCEL button" enables only after exporting the report to MS-​​Word.
To see this problem, use the c:\fwh\samples\testrpt4.prg.
Thanks.
OASyS Informática
Fwh18.02 + xHarbour 1.2.3 + Bcc72
The "MS-EXCEL button" enables only after exporting the report to MS-​​Word.
To see this problem, use the c:\fwh\samples\testrpt4.prg.
Thanks.
Oscar,
Once that gets enabled, does it properly export to Excel ? thanks
Linhares,
Only after I trigger another button into preview, the excel button is released and so I can export to excel.
Oscar,
Yes, the latest FWH reléase seems to have some bugs.
To fix this one, in the Rpreview.prg
In the Method Activate()
Insert the line
::oBar:AEvalWhen()
before the statement ACTIVATE window.
Lucas,
Mr. Rao is reviewing this issue. IMO It is not related to what you explain.
Thanks for your help anyhow ![]()
Antonio,
I haven't yet tested exporting to Excel with FWH 13.09 (just downloaded), but with the 13.08 version weird things would happen:
The export would start at the the top of the report, but with some columns of data jumbled.
The export would start a few pages into the printout, but with all columns of data showing corrrectly.
If you're not aware of this problem (maybe you are and it's already fixed), let me know and I'll post a couple of screenshots.
All the best,
Roger,
Many thanks for your feedback. Mr. Rao implemented that code, I supervised it, and I am sure that Mr. Rao may be aware of those issues, if they are known to him.
As usual I prefer to know Mr. Rao opinion before making changing myself that all times are perfectly fixed by Rao ![]()
The "MS-EXCEL button" enables only after exporting the report to MS-​​Word.
in the Rpreview.prg
In the Method Activate()
Insert the line
::AEvalWhen()
before the statement ACTIVATE window.
I haven't yet tested exporting to Excel with FWH 13.09 (just downloaded), but with the 13.08 version weird things would happen:
- The export would start at the the top of the report, but with some columns of data jumbled.
- The export would start a few pages into the printout, but with all columns of data showing corrrectly.
Thanks for your advice. I'll try it and let you know the results. All the best. - Roger