Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EditBox error
Message
From
01/08/2018 11:42:14
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
01/08/2018 11:04:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01661395
Message ID:
01661402
Views:
59
>Cetin...
>
>I have gone through allllll the editboxes, and I see no problems. The error doesn't identify, WHICH editbox, nor what part of the program...that's why I'm asking for help ob using the debugger - it may be able to identify WHERE the error is coming from...

Actually it is telling which editbox. Its name is "Edit1".

As per using the debugger, simply at a location before the error occurs (say just before Do form of the suspicious form) put a line:
set step on
However, debugger wouldn't be much of a help here since the error is occurring during the bindings (a point where you can't step into).

You could check in code searching the SCX itself. Something like:
use myFaultyForm.scx
browse for atc("Edit1", name) = 1  && and check the properties column for ControlSource
use 
And finally I will be watching this for the next 5-10 minutes. If you like to check it online using teamviewer, provide an ID and PWD.
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform