Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hidden code problems.
Message
From
29/07/1999 00:01:40
 
 
To
28/07/1999 17:01:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00247396
Message ID:
00247520
Views:
19
>Thanks, yep, that seems to have done it, had one stinking control on there which was referencing that alias which was causing the error.
>
>Unfortunately, its still reseting the record pointers on a number of view for no apparent reason, and of course its all occuring out of sight of the debugger. Any ideas on that one?
>
>Thanks again.
>
>Matt




Most likely you use ListBox or Combox, if you use the error handlier,
you will capture Errno is 10.

This will most happen on Thisform.Refresh()

So, As I can't remove those control for some reason, I do a silly thing:

use variable to carry the current table key.
refresh form
locate the current table with saved key...

if possible, don't use listbox, combox if # of item over 255!
but this problem is fixed in VFP 6.0 as this is a known bug in VFP 5.0

I would suggest you to upgrade the VFP version to fix those bug!

^_~ Good Luck!!
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform