When I start my application there is no cursor in the dialogue box. I have to put it there with the mouse. Is there a way to make the cursor appear in the box as the application is loaded.
TIA
Professional Software Development Tools
When I start my application there is no cursor in the dialogue box. I have to put it there with the mouse. Is there a way to make the cursor appear in the box as the application is loaded.
TIA
yes, just use "Page.SetFocus("ObjectName");" in page on show to set focus to the input object.
Open your eyes to Narcissism, Don't let her destroy your life!!
Thanks. Just what I needed to complete my project.![]()