Hello.
Inside the OnCreate event of my main form I do a version upgrade, creating any new database fields my application needs. If this version upgrade fails I don't want my program to start.
I understand that it is not a good idea to close a form from within its own OnCreate procedure.
What is the earliest opportunity I have to kill the application? I don't want the application to start if the version upgrade fails.
Thanks
Tim
Inside the OnCreate event of my main form I do a version upgrade, creating any new database fields my application needs. If this version upgrade fails I don't want my program to start.
I understand that it is not a good idea to close a form from within its own OnCreate procedure.
What is the earliest opportunity I have to kill the application? I don't want the application to start if the version upgrade fails.
Thanks
Tim