Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accepting text w/o leaving field
Message
De
30/09/1996 13:39:59
 
 
À
30/09/1996 13:32:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00008872
Message ID:
00008877
Vues:
29
>if the contents of a field in a grid are changed then the header is clicked (code to sort is here) how do i accept the changed data before doing the sort?
>
>Thanks, Kim

It depends on buffering setting:
1. If table is not buffered you can accept values just moving table pointer. I would even test that you really have the problem because clicking on header you actually left the textbox. But anyway if you add code like: nRecno=recno()
go top
go nRecno
you will get the result.
2. If table is buffered, especially if it is table buffering, you must use tableupdate() function.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform