Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intellisense Manager Causes Access Violation
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00557582
Message ID:
00559495
Vues:
15
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform