Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Page Down & SCATTER/GATHER problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00102464
Message ID:
00102471
Vues:
21
>I'm working on an old application, which I've redone to work under VFP5. My current bugaboo is that if I type into a field, and then hit PageDown to save the data, it doesn't save the field that I was on when I hit it. If this were a textbox and toolbar, I'd know what to do about it, but this one has me confused. :-) Anybody care to clue me in?
>
>Thanks. :-)

If you use bound control (textbox) Foxpro will not update Controlsource until focus left the control, i.e. you should force it programmatically (e.g. SetFocus to some other control in Form.KeyPress event) before issuing Tableupdate()
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform