Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i use MSStatusBar Control continiously bottom my
Message
From
10/03/2003 11:25:10
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00762757
Message ID:
00763700
Views:
23
Hi Soykan.

>i want use MSStatusBar Activex Control continiously bottom of main screen , and i wantto send them sometimes reccount of active table or current user , period vs .

This is easy to do. Let's say the name of the status bar is oStatusBar and you want to put some information into the first panel. Simply set the Text property of that panel to the desired information. For example:
Thisform.oStatusBar.Panels(1).Text = 'There are ' + ;
  transform(reccount('CUSTOMERS')) + ' customers'
Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform