Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote Views
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00946977
Message ID:
00946992
Vues:
14
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform