Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FRX2Word questions
Message
From
11/04/2000 04:08:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
FRX2Word questions
Miscellaneous
Thread ID:
00357848
Message ID:
00357848
Views:
39
John

This is a great tool.

I've some questions about it :

1. I've put a field in the page footer and in the calculations options i choose SUM. The problem is in the last page of the report it shows zero in the field. In the previous pages shows ok.

2. Is there anyway to tell the user how long it will take to end, because if the report has three or more pages it takes quite a while ?

Thanks in advance.

Note : The code i used to test is :

set classlib to msoexp additive
create cursor nome ( nome c(20), saldo n(10))
for f=1 to 100
append blank
replace nome with str(f)
replace saldo with f
next f
goto top
oF2W=newOBJECT("frx2word","msoexp")
oF2W.SaveFolder="c:\"
oF2W.DOC_FileName="Wordout.doc"
nSuccess=oF2W.ReportForm("x")
Ricardo Parreira
PHC
Portugal
Next
Reply
Map
View

Click here to load this message in the networking platform