Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Elusive SET TALK Command
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01298531
Message ID:
01298565
Vues:
21
>>>>>When I pick a form off the menu, I'm starting to see output text scrolling down the desktop.
>>>>>The first line in the Load Event is SET TALK OFF.
>>>>>
>>>>>So how do I find out where this is happening?
>>>>
>>>>Immediately after the SET TALK OFF in the load, add SET STEP ON. Run the form. Set a breakpoint to SET("TALK")="ON" or step until you see it switched on.
>>>
>>>
>>>The text is appearing BEFORE the form load.
>>
>>Put SET("TALK") in the Watch window, set a breakpoint on it, and run your code. Then you'll see how it's getting set on.
>>
>>Tamar
>
>
>I tried that. I can't step through the code because it's being toggled all over the plce in the framework, which
>fires the breakpoint nonstop.

How about.........

Don't set the breakpoint, but leave the Debugger open. Set the breakpoint when you are just about to make the final mouse click that starts up the form.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform