I need to write the following expression
++++++++++++ON TIMER+++++++++++++
VirtTime = 1 + VirtTime
Select Case VirtTime
Case Is = 4
If ME!NOTES "does not have focus" then
TEXT0.SETFOCUS
END IF
END SELECT
What would be the right code for this expression?
Good luck,
Kuzz
"Time spent debating the impossible subtracts from the time during which you
can try to accomplish it."
++++++++++++ON TIMER+++++++++++++
VirtTime = 1 + VirtTime
Select Case VirtTime
Case Is = 4
If ME!NOTES "does not have focus" then
TEXT0.SETFOCUS
END IF
END SELECT
What would be the right code for this expression?
Good luck,
Kuzz
"Time spent debating the impossible subtracts from the time during which you
can try to accomplish it."