Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text on status bar
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00538126
Message ID:
00538160
Views:
14
>>>>>How can i show in the VFP Graphical status bar only the messages i want? I don't want that indexes name, table name, current record/total records to be show.
>>>>
SET STATUS BAR ON
>>>>SET MESSAGE TO "Hullooooooo out there!"
>>>
>>>Thanks, Nancy. :)
>>>
>>>And how can i prevent the "system messages" from appearing in the status bar?
>>
SET MESSAGE TO ""
>>  or
>>_VFP.statusbar = ""
>
>ok, but when I issue "use users.dbf" some information about the table is displayed on the status bar, is there a way of prevent this?

Unfortunately, it's not an easy problem. You should assign statusbartext to all your controls, you should place set message to "Your message" in lots of places and still you would find out, that these ugly VFP messages try to show. In one form it was getting on my nerves, so I placed set message to thisform.caption in PageFrame.Click, Page.Click, Form.Click, etc. Seems like I finally won, but it was not an easy battle :)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform