Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the value just entered into a grid cell
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Getting the value just entered into a grid cell
Divers
Thread ID:
00772987
Message ID:
00772987
Vues:
56
I have a custom function, "BeforeRowChange", called from BeforeRowColChange. When the row changes, I compare the values in the cursor that is the grid's recordsource against the values in the business object. If the values have changed, I update the BO.

I noticed that "sometimes" changes weren't being recorded. I finally figured out what was happening. The recordsource isn't updated until after BeforeRowColChange runs. So if I change the value in a cell and go to another row without going to another column first, the recordsource isn't updated when my compare code runs and the BO doesn't get updated.

Now that I understand what's happening, I need to know what to do about it. From BeforeRowColChange, is there any way to get at the value that was just entered without resorting to hard coding the path to the textbox and checking the value?

Thanks,

Michelle
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform