Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisense Manager Causes Access Violation
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00557582
Message ID:
00559495
Views:
17
>Found a crash in build 9262 of VFP7. I can reproduce it every time.

Well, as it turns out, it's a symptom of a bug that has been in the product since at least 6.0. The browse window is not hooked to the form's data session, and causes the crash. So, what's the workaround? First, you'll need to change the source code that is in the home()/tools/xsource/foxcode directory. In the click event of the Foxcode.scx Browse button, you can change the BROWSE line to one of two things:

BROWSE LAST NORMAL NOWAIT NOMENU && removes the table menu

or

BROWSE LAST NORMAL

The second option suspends program execution and causes the data session to switch to the data session of the browse.
Mike Stewart
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform