Hi All,
Hope someone can help me with this one.
I have 4 command buttons on a form, cmdTimeIn, cmdLunchOut, cmdLunchIn and cmdTimeOut. The visible is set to NO on all except TimeIn. As a button is clicked it turns the previous button’s visible to false and the next buttons visible to true.
Everything is working perfectly except:
For example: If I close the form with the 3rd button, cmdLunchIn, visible and the others are not, when I reopen the form, the cmdTimeIn button is visible.
What I need to do is to find a way to leave the button that is visible on close to be visible on open.
Does someone have a solution for me?
Thanks in advance.