Next control

ricky76ricky76 Member Posts: 204
Is it possible to, in code, determine what the next control is on a form?

Comments

  • krikikriki Member, Moderator Posts: 9,110
    No, it is not possible. The only thing you can do is to give each control a value in the NextControl-property.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • helmhelm Member Posts: 46
    If I understand the question correctly you want to put focus on a specific field and It is possible IF something is entered in the originating field. By putting CurrForm.<Specific field>.ACTIVATE in OnAfterValidate.
Sign In or Register to comment.