Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting NULL value on edit
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00037792
Message ID:
00037904
Vues:
25
>>vfp 3.0 in win 95
>>
>>When editing a database record in a pageframe I need to set a null value on another page
>> when a field on the first page is edited.
>>
>>What is the best way to accomplish this?
>
>in lostfocus of field on first page,
>
>thisform.pgpageframe1.page2.secondfield = .NULL.

Try thisform.pgpageframe1.page2.secondfield.VALUE = .NULL.

Alternatively, if it's a field you're updating, just replace the field value with the NULL and it'll update the other page when that page is refreshed.

Barbara
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform