ScrpitingNewbie
Member
- Joined
- Mar 31, 2008
- Messages
- 8
- Programming Experience
- 1-3
OK, here is the scenario.
I am creating a cash register program for a coffee shop.
Now--one major problem the owner is having.
The Employees tend to close the form (VIA the Exit_click code procedure, correct?)
They will lose that day's information, because it saves the base information at the end of the day in a CSV file.
Now the problem I have is this:
Since I cannot prevent them from closing it, there has got to be some way to access a new form when they click close. I have created this form, and made it password protected, so that only password holders may close the program.
BUT
The close procedure doesn't want to stop. At All. I need the auto procedure to be interuppted, and the Close button needs to be re-routed to this logout form. Does anyone have any advice? I REALLY NEED THIS ASAP!!!!!!
Please contact me at my personal E-Mail, [***email removed***], for the reason that I cannot access this forum through a dam site blocker at the computer i will be working on later.
Thank You in advance. 
I am creating a cash register program for a coffee shop.
Now--one major problem the owner is having.
The Employees tend to close the form (VIA the Exit_click code procedure, correct?)
They will lose that day's information, because it saves the base information at the end of the day in a CSV file.
Now the problem I have is this:
Since I cannot prevent them from closing it, there has got to be some way to access a new form when they click close. I have created this form, and made it password protected, so that only password holders may close the program.
BUT
The close procedure doesn't want to stop. At All. I need the auto procedure to be interuppted, and the Close button needs to be re-routed to this logout form. Does anyone have any advice? I REALLY NEED THIS ASAP!!!!!!
Please contact me at my personal E-Mail, [***email removed***], for the reason that I cannot access this forum through a dam site blocker at the computer i will be working on later.
Last edited by a moderator: