Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loosing What is Typed In a Field (even different)
Message
From
20/06/2011 15:27:03
 
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:
01515196
Views:
63
>Hey Gang!
>
>Have any of you ever run into a problem where a VFP App (ver 8 SP1 in this case), where the App looses characters that are typed into a form as one quickly types from form to form in a pageframe? The App is running under Windows XP SP3.
>
>There is one field in particular, that is loosing characters typed in... in case, they are completely different than what they should have been.
>
>If the user goes back, and repeats the same sequence again, but much more slowly, then the numbers are correct this time.... sigh.
>
>I've checked through the code, and don't see what may be amiss to cause this.
>
>Most of our users never report this behavior, but for a FEW of them, it occurs... and it appears to be localized to those few users.
>
>Maybe some Windows applications in memory causing a problem, that I don't know about for those few users? Or a letter sequence mistyped by these people causing the field to partially erase or replace with other chars?
>
>What ideas do you have?
>
>Thanks a BUNCH !!!

Are they wireless keyboards? I've seen problems when either the battery(ies) in the keyboard run out, or there is interference or a poor wireless connection between the wireless keyboard and the computer.

Is there a timer running, or an ActiveX control on any page of the pageframe or underlying form?

Any tricky code in the .InteractiveChange or .ProgrammaticChange methods of the problem fields? Any tricky code in the methods that fire when navigating from one page to another? Any automatic saving of field contents to VFP tables or some other backend? Are the fields data-bound, and if so, what is the buffering level?

Any unusual keyboards with their own drivers? If so, have the drivers been updated, and are they correct i.e. don't use a Logitech keyboard with MS drivers?

Finally, delays caused by key logging software ( http://en.wikipedia.org/wiki/Keystroke_logging ) could conceivably cause problems like this. Keyloggers could be installed surreptitiously by malware, or on purpose by employee-monitoring software such as Spector CNE: http://www.spectorcne.com/
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform