First field on form

tro#1tro#1 Member Posts: 122
All,

On a Form:
I know that I can use the "NextControl" property to define to which field the cursor should go next after hitting Enter.

But is there any way to define a field to which the cursor should always go first once the form opens?

I am on Form 14050053 E-Receive Enter Quantity
Only one field "Quantity" is editable. The cursor should always be on that field.

Any suggestion is appreciated.
Thank you

Answers

  • slmaluwaslmaluwa Member Posts: 364
    You can use the "ActiveControlOnOpen" property of the form you are trying to open. Give the ID of the control.

    This will help you to achieve what you want
    "A bove maiore discit arare minor"-"From the old ox, the young one learns to plow."
  • tro#1tro#1 Member Posts: 122
    First: Thank you for your fast reply.

    Second: YEAH, this was exactly what I was looking for - works now as wanted.

    Thank you for your post - it helped me a lot. It is really appreciated.
  • slmaluwaslmaluwa Member Posts: 364
    You are welcome.
    "A bove maiore discit arare minor"-"From the old ox, the young one learns to plow."
Sign In or Register to comment.