Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
'flag' a record
Message
De
11/06/2002 07:07:41
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00666844
Message ID:
00666847
Vues:
23
>how can i 'flag' a record to a field at the same record that have we print that record?
>
>example:
>name | printeds
>---------------
>ari | 'F'
>henry| 'F'
>
>if we already print record 1 and yet record 2, so the table change into:
>name | printeds
>---------------
>ari | 'T'
>henry| 'F'
>
>if we already print record 1, so we can't print record 1, just record 2,
>after we print record 2, the table change into:
>name | printeds
>---------------
>ari | 'T'
>henry| 'T'

After printing the record, you might give the command:
replace Printed with .T.
TableUpdate() && only if you use buffering.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform