gguerra333
Programmer
I need to build an EXE from a simple PRG. Is there a way to build an application without a form. I need it to run at specific intervals (using windows task scheduler) update some tables and then exit. I have tried doing it with a form and placing the code within different methods. The init method opens the tables but as far as the actual code to update the tables I have tried putting it in the activate, refresh, show etc methods and no go. I even tried placing one command button on the form and still nothing. I need the program to run without user intervention and exit/quit automatically.. Any ideas anyone?