Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET STATUS BAR question
Message
From
17/12/1997 07:42:26
 
 
To
17/12/1997 07:26:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00066057
Message ID:
00066483
Views:
41
>>>>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.

Hmmmm. After doing some tests, I found this is not correct. BeforeOpenTables event fires before form Load. My mistake.
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Reply
Map
View

Click here to load this message in the networking platform