Next control

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

Comments

  • kriki
    kriki Member, Moderator Posts: 9,124
    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!


  • helm
    helm 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.