Here's another little stumper I've gotten myself into.
I searched, but no go.
I'm working on a logon form.
There isn't a data source.
The first field to enter is the "User ID"
I need to test a lot of conditions to see if the system is available before the User ID is entered,
and if not available, I want to show that in the caption of the form (where I show most errors).
But... I can't find an even that allows me to run a procedure after the form displays, but before the first textbox has any entry.
All the stops I've tried (there have been many) happen without the form being displayed.
Even enter and got focus for the textbox.
Where?