Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding print when to several shapes and lines
Message
 
To
07/11/2000 16:34:43
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00439014
Message ID:
00439044
Views:
18
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform