Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 8 Task Pane Error [Bug?]
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
VFP 8 Task Pane Error [Bug?]
Miscellaneous
Thread ID:
00822240
Message ID:
00822240
Views:
57
Close the Task Pane and run the following code from the Command Window in VFP8:
ERROR 3  && then close the MessageBox [this just sets error info to a known current error]
DO (_TaskPane)
? AERROR(laError) && returns 1
DISP MEMO LIKE laErr*
The error information in the array is:

Error # 2061
Index or expression does not match an existing member of the collection.
00000001: Incorrect function

Does anyone else see this? While this does not affect the Task Pane AFAIK, but it did confuse me when I was trying to debug a form problem and I saw this error returned from AERROR() and tried to figure how the hell my form was generating that error.

All the more reason for a function to clear all error info from VFP during development.

TIA!
Mark McCasland
Midlothian, TX USA
Next
Reply
Map
View

Click here to load this message in the networking platform