Fill in order on customer card

KatriMKatriM Member Posts: 10
Hi All!

Can anyone tell me how to define in what order card information should be filled?
Now when i enter a new customer and a number and press Enter or TAB the cursor goes to city field and I dont want that. I want it to go in normal order number,name, address and so on.
I could not find a reason for this behaviour, please guide me if you can.

Comments

  • kinekine Member Posts: 12,562
    1) Tab order is given by position of the controls
    2) or with NextControl property

    If NextControl is not defined, next control will be with same X position and with greater Y position (but there must be some space between the controls, one default grid for example). If there is no such a control, next control will be from next "column" of controls...

    If you have some problems with tab order, check if the NextControl is not defined and if you have correct X positions (if the controls are alligned on grid), never disable or change grid when positioning controls on form.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • johnson_alonsojohnson_alonso Member Posts: 690
    Dear KatriM,
    As far as I see, if I want my customer card number created automatically, when I press F3 in the customer card and then just enter or press tab button in my keyboard, it will directly go to address, name, address,etc.
    If I create manually, I usually press enter and then it directly lead me to customer's name, address, etc..it sounds strange that your customer card will different, what version do you use ?




    Rgds,
  • KatriMKatriM Member Posts: 10
    Thank you Kine!

    It was solved by adding Nextcontrol.
    The places of the fields were changed from standard, so I think that caused this behaviour.
Sign In or Register to comment.