G
Guest
hi, all !
what does above command actually do ?
In a form, usually the statusbar text of the currentcontrol (as stated in
the controls properties) is shown. Sometimes I want to change the message
which I do by:
STATUShelp = SysCmd(acSysCmdSetStatus, "ANPASSUNG der Anzeige läuft . . .")
I end this statement by:
STATUShelp = SysCmd(acSysCmdClearStatus)
The message disappears, but instead of the current controls statusbar text
it shows just "ready". If I use then
DoCmd.SelectObject acForm, , True
DoCmd.SelectObject acForm, "REZeingabe"
it works properly. In fact, I leave the form and re-enter it. Is that
necessary ? Or is there a more elegant solution?
Help would be great.
ulrich1947
what does above command actually do ?
In a form, usually the statusbar text of the currentcontrol (as stated in
the controls properties) is shown. Sometimes I want to change the message
which I do by:
STATUShelp = SysCmd(acSysCmdSetStatus, "ANPASSUNG der Anzeige läuft . . .")
I end this statement by:
STATUShelp = SysCmd(acSysCmdClearStatus)
The message disappears, but instead of the current controls statusbar text
it shows just "ready". If I use then
DoCmd.SelectObject acForm, , True
DoCmd.SelectObject acForm, "REZeingabe"
it works properly. In fact, I leave the form and re-enter it. Is that
necessary ? Or is there a more elegant solution?
Help would be great.
ulrich1947