W
WGHayes
Hi,
The status bar that appears in MSACCESS has a general text area (1st cell) that can be updated by SysCmd(acSysCmdSetStatus) etc.. It also shows CAPS, NUM, INS, SCRL etc.. for whatever your keyboard is current set. Ideally we would like to control this status bar programmatically so that we can add new Panels/Cells to include such things as FORM ID, VERSION and Date/Time etc..
Is this possible?
We have played with adding a MSACCESS Status Bar Control to the footer of each form (SbarCtrl) which works well and looks good however this is a form specific based solution. Using form specific status bars also means that we end up with two status bars visible, one for the form and one for MSACCESS (i.e. we really would like to keep the MSACCESS status bar visible at all times).
Ideally as a form gets focus (activate event) we would like to manage the MSACCESS status bar.
Thanks,
WGH.
The status bar that appears in MSACCESS has a general text area (1st cell) that can be updated by SysCmd(acSysCmdSetStatus) etc.. It also shows CAPS, NUM, INS, SCRL etc.. for whatever your keyboard is current set. Ideally we would like to control this status bar programmatically so that we can add new Panels/Cells to include such things as FORM ID, VERSION and Date/Time etc..
Is this possible?
We have played with adding a MSACCESS Status Bar Control to the footer of each form (SbarCtrl) which works well and looks good however this is a form specific based solution. Using form specific status bars also means that we end up with two status bars visible, one for the form and one for MSACCESS (i.e. we really would like to keep the MSACCESS status bar visible at all times).
Ideally as a form gets focus (activate event) we would like to manage the MSACCESS status bar.
Thanks,
WGH.