Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shade
Message
De
07/04/2010 06:11:53
 
 
À
07/04/2010 05:52:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Re: Shade
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01459116
Message ID:
01459117
Vues:
64
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform