Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show build progress in status bar during build
Message
De
27/02/2016 12:03:10
 
 
À
26/02/2016 14:55:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01632168
Message ID:
01632203
Vues:
65
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform