Form Question: Tabs

pmusupmusu Member Posts: 55
Hi,

I am required to modify the order/layout of a form. E.g. 'No.' goes on the right and is replaced by another field.
The question is:

Once I modify the form, how can you make the cursor (where the user types) point to the 'No.' field in the new location?

Thanks in advance.

Answers

  • einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    In OnOpenForm type in
    CurrForm."No.".ACTIVATE;
    
    "Money is likewise the greatest chance and the greatest scourge of mankind."
  • pmusupmusu Member Posts: 55
    In OnOpenForm type in
    CurrForm."No.".ACTIVATE;
    

    Thanks it worked, something unrelated, to change the order of the tabs, use the 'NextControl' property.
Sign In or Register to comment.