Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'flag' a record
Message
From
11/06/2002 07:07:41
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00666844
Message ID:
00666847
Views:
22
>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)
Previous
Reply
Map
View

Click here to load this message in the networking platform