Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote Views
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00946977
Message ID:
00946992
Views:
15
>I have a grid that updates fields in a remote view, one field is a check box, what I'd like to have happen when I select the check box is populate another field on my grid with todays date and have that updated as well to my remote view. Thanks

Perhaps you can put some code in the Valid() event of the checkbox?

If This.Value = 1
* populate other fields *
Else
* unpopulate other fields? *
EndIF

...And then you might have to refresh the grid...something like this...

myForm.myGrid.Refresh()
ICQ 10556 (ya), 254117
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform