Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding print when to several shapes and lines
Message
 
À
07/11/2000 16:34:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00439014
Message ID:
00439044
Vues:
19
>The print when is stored in the FRX's SupExpr memo field.
>For Shapes the field objtype = 7
>For Lines objtype = 6

>So you could do the following

>LPARAMETERS tcReport, tcPrintWhen
>LOCAL lcReport, lcPW

>**>> validate parameters here <<**

>lcReport = ForceExt(tcReport,"frx")

>Use (lcReport)
>Replace supexpr With tcPrintWhen ;
> For Inlist(objtype,6,7)
>Use
>Compile Report (lcReport) && couldn't hurt

Thanks Trey

Is there a way to tell which band a shape or line is in?

Thanks Pat Murphy
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform