Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Status Bar.
Message
From
06/11/2001 10:09:33
 
 
To
06/11/2001 10:02:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00577960
Message ID:
00577968
Views:
21
This message has been marked as the solution to the initial question of the thread.
>Just messing around with the status bar in VFP 6...
>
>I have the following little function...
>
>FUNCTION SetStatusBarText
>LPARAMETERS lOnOff,lcText
>LOCAL oDummy	
>
>	IF lOnOff
>		SET STATUS BAR ON
>	ELSE
>		SET STATUS BAR OFF
>	ENDIF
>	
>	IF lOnOff
>		oDummy=CREATEOBJECT("editbox")
>		odummy.statusbartext=lcText
>		odummy.setfocus()
>	ENDIF	
>
>ENDFUNC
>
>
>
>Well it does what I want and sets some text on the status bar (this is all I want!!!!)
>
>But it also shows the currently opne table and the record number and count
>like normal.
>
>Is there someway to get rid of the extra text with the record number and count..
>
>thanks

Have you tried:
SET TALK OFF
SET MESSAGE TO "My Message"
Previous
Reply
Map
View

Click here to load this message in the networking platform