Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page Down & SCATTER/GATHER problem
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00102464
Message ID:
00102471
Views:
20
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform