Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shade
Message
From
07/04/2010 06:11:53
 
 
To
07/04/2010 05:52:43
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Re: Shade
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01459116
Message ID:
01459117
Views:
63
Hi Mohammed,

why is it exactly those 4 records?
How do you know, that it won't change?

In case of having to markup special records I use an additional field (select blabla, cast(0 as Integer) as myspecialfield from blabla).
Then I use REPLACE to update this field with special values.
Within my report form I use the option ('print only when' myspecialfield = x)

In your case, you could use a shape which will only be printed when myspecialfield is set to 1.

>hi all,
>
>i need to shade record 4,6,9 and 10 at the report
>
>i get data as
>SELECT * FROM NEWTEST WHERE ID1=2 INTO CURSOR MYCUR READWRITE
>
>REPORT FORM report2 PREVIEW
>
>
>thanks
Best Regards
-Tom

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.

Oh, and BTW: 010101100100011001010000011110000101001001101111011000110110101101110011
Previous
Reply
Map
View

Click here to load this message in the networking platform