Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SET STATUS BAR question
Message
 
À
17/12/1997 07:26:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00066057
Message ID:
00066537
Vues:
38
>>>>I have a menu option that lets the user toggle the status bar on or off. When it is off and a form is loaded with DO FORM, messages about the tables in the data environment of the form start displaying on the screen as if TALK was set ON. TALK if off in my application. If I set the status bar on, this doen't happen. How can I suppress the text with the status bar off?
>>>>
>>>>TIA
>>>
>>>Ensure you have SET TALK OFF. SET TALK is one of the SET's that is scoped to a particular data session. If your form is using a private data session you must have SET TALK OFF somewhere in the forms DE. I usually use the Init.
>>
>>Although BeforeOpenTables is the only event that is called before the tables and views are opened.
>>Peter
>
>I believe you can also set it in the form Load event.

This is what I did and it worked fine.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform