Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Diff. in Vfp 3 Reports & Vfp 5
Message
De
11/07/1999 07:22:39
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordanie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Diff. in Vfp 3 Reports & Vfp 5
Divers
Thread ID:
00239929
Message ID:
00239929
Vues:
57
I posted a question yesterday for any way to get list of fields in any particular report band (detail, title etc..)

After getting replied, i made this routine to test it... Its very surprising that its works perfectly on VFP 3 reports but not VFP 5...

Is anybody aware abt. any internal changes done to the reports...
Pls Help..

********************************
use imtr.frx in 0 Alias TestRep
Sele TestRep
Go Top

Local nStRange, nEndRange, nBand

nBand=4 && i.e. For Detail Band

Locate for ObjType = 9 && Locates 1st band record

Sum TestRep->height to nStRange ;
while ObjType = 9 and ObjCode <> nBand

nEndRange=nStRange+TestRep.Height

set filt to TestRep.VPos >= nStrange and ;
TestRep.VPos < nEndRange

go top

Disp all Expr

brow
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform