Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FRX2Word questions
Message
De
11/04/2000 04:08:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
FRX2Word questions
Divers
Thread ID:
00357848
Message ID:
00357848
Vues:
41
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform