Forum Discussion
faxylady
Jul 06, 2021Copper Contributor
Set the Focus
06/08/21 Many years ago, I acquired some code to allow me to have the cursor start on my first line of my forms. Even though I have changed the lines to correspond with each form, for some reason, I...
michaelmerlin
Jul 08, 2021Copper Contributor
Instead of writing code, another option might be just setting properties of various controls, most importantly the tab order which is
Tab Index
also combined with these 2 additional properties:
Tab Stop
Enabled
Tab Index
also combined with these 2 additional properties:
Tab Stop
Enabled
faxylady
Jul 08, 2021Copper Contributor
Thank you for responding.
I don't believe this would work as the form is created from the table.
Remember what I am trying g to do is have the cursor blink on the first control for each new record.
I don't believe this would work as the form is created from the table.
Remember what I am trying g to do is have the cursor blink on the first control for each new record.
- faxyladyJul 08, 2021Copper ContributorWhen the last info is entered and enter is pressed the cursor should go to the first line of the next record. Can you do remote session?