Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET STATUS BAR question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00066057
Message ID:
00066489
Views:
69
>>>>>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.
>
>From my experience the views and tables get opened before the form load event meaning if you don't set deleted on, you will probably get deleted records in your view. (of course you could put deleted() as a condition in your where clause, but then you got to duplicate that for every join... messy) :)
>
>Peter

Note my reply to myself and you. :-)
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Reply
Map
View

Click here to load this message in the networking platform