Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loosing What is Typed In a Field (even different)
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01515194
Message ID:
01515252
Views:
35
>I had a similar problem when I had an RTF control, and when certain uses typed very fast they would loose characters during typing.
>
>The problem was an extensive keypress event. The code that you showed in your keypress would not cause this behavior, since none of the cases is fired unless you press one of the F keys.
>
>Maybe the reason why it happens only with certain users is that some are typing faster than others.
>
>You also need to check if the forms KeyPreview property is set to .T. and if there is any code in the form's Keypress event. That event would be fired each time a user presses a key in any control on the form, and if it does some additional work, it can cause characters to get lost (as it happend in my situation).
>


Thank you... I will go double check this....
Tommy Tillman A+ NetWork+ MCP
Previous
Reply
Map
View

Click here to load this message in the networking platform