Status Bar in Visual Forpro

Foxpro status bar is located at the bottom of visual Foxpro's main screen. When you open a table in the Visual Foxpro working area, the status bar will show the:
1) Table name
2) Database name
3) Current record number
4) Total number of records
5) Status of current record / file.

The current record / file can one of the following status:
1) Exclusive
2) Record Unlocked
3) Record Locked
4) File Locked

When you are doing re-indexing, Visual Foxpro will use the status bar to display the re-indexing progress.

The bottom-left area is the message area which is used to display messages, while the bottom right has 3 indicator boxes. The first box show whether Visual Foxpro is in overwrite or insert mode. When Visual Foxpro is in overwrite mode, the first indicator box will show OVR. When the first indicator box is empty, Visual Foxpro is in insert mode. The second box indicates whether NUM Lock is on or not. The work NUM will be displayed if Num lock is on. The third box is the caps lock indicator. CAPS will be displayed if the caps lock is on.

Actually, there are 4 indicator boxes on the status bar. The fourth boxes display current system time. This box can be turn on or off from the Tools-->Option... menu.