Hello all, im fairly new to access but learing fast and i have written a tuch screen app to record mechanics time and work clockings, it works very well i feel and is a huge improvement on our previous commercial app but i have one issue..
my app runs on a 12" tuch screen monitor attached to a pc, the app runs at start up and the first form to open is a splash, this form then loads a hidden form to keep a query open and save repeating record locking files for speed, next the splash window maximises and loads the main screen as a modal pop up. each action the user makes closes the preceding screen and opens the next (leaving the maximised splash screen open) this method keeps all the pc desktop away from the users and makes it look nice. however every now and then like once in 200 opperations the user hits a button and what ever screen they are using closes as it should but the new screen loads behind the splash.....
the problem is that as the newly opened screen is modal the app wont accept any inupt from the user. I get around this when it happens by fetching out the keyboard and hitting ctrl alt del then canceling it, the appp then displays as it should so i can tell that the form had loaded and it must have been behind the splash.
Any ideas as to how to prevent this randum occurance or if not how to get past it without the use of a keyboard as i hope to run the app from a micro pc in future.
p.s i though about an ontimer event to reopen the main form but you can bet your bottom dollar that this will happen as a user is about to use the screen.
thanks in advance Nick
my app runs on a 12" tuch screen monitor attached to a pc, the app runs at start up and the first form to open is a splash, this form then loads a hidden form to keep a query open and save repeating record locking files for speed, next the splash window maximises and loads the main screen as a modal pop up. each action the user makes closes the preceding screen and opens the next (leaving the maximised splash screen open) this method keeps all the pc desktop away from the users and makes it look nice. however every now and then like once in 200 opperations the user hits a button and what ever screen they are using closes as it should but the new screen loads behind the splash.....
the problem is that as the newly opened screen is modal the app wont accept any inupt from the user. I get around this when it happens by fetching out the keyboard and hitting ctrl alt del then canceling it, the appp then displays as it should so i can tell that the form had loaded and it must have been behind the splash.
Any ideas as to how to prevent this randum occurance or if not how to get past it without the use of a keyboard as i hope to run the app from a micro pc in future.
p.s i though about an ontimer event to reopen the main form but you can bet your bottom dollar that this will happen as a user is about to use the screen.
thanks in advance Nick
Comment