Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to show build progress in status bar during build
Message
From
27/02/2016 12:03:10
 
 
To
26/02/2016 14:55:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01632168
Message ID:
01632203
Views:
66
then
set statusbar on   &&Displays  the graphical status bar.
set status on       &&Displays the character-based status bar.
is suffisent ?

foxhelp; set status on
the character-based status bar is displayed showing the name of the program currently executing (if any) the alias of the active table, the current record pointer position, the number of records in the table, and the state of the Insert, NumLock and CapsLock keys. The record or file lock status is also shown in the status bar when the table is opened for shared use. The status bar is updated each time you execute a command that changes status information.

note: when compiling a project the messages on statusbar are very fast ! cannot read them succinctly
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform