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:
00037917
Vues:
27
>>>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

thanks -- always forgetting my values....
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform