Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting NULL value on edit
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00037792
Message ID:
00037917
Views:
29
>>>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....
Previous
Reply
Map
View

Click here to load this message in the networking platform