Next Control

sabzamsabzam Member Posts: 1,149
Hi Everybody,

Is it possible to set nextcontrol property of a particular field through coding?

Regards,

Sabzam

Comments

  • bostjanlbostjanl Member Posts: 107
    sabzam wrote:
    Hi Everybody,

    Is it possible to set nextcontrol property of a particular field through coding?

    Regards,

    Sabzam

    AFAIK this is not possible.


    bostjan
  • rajpatelbcarajpatelbca Member Posts: 178
    you can change Editable and Enable property through coding.
    this is not possible which u require.

    but try to find alternate solution for your requirement.
    Experience Makes Man Perfect....
    Rajesh Patel
  • David_SingletonDavid_Singleton Member Posts: 5,479
    sabzam wrote:
    Hi Everybody,

    Is it possible to set nextcontrol property of a particular field through coding?

    Regards,

    Sabzam

    Yes its possible, but its a lot of work. You need to create a function on the form that has a case used to determine what is the next control. I already posted a solution to this some time ago, but not sure if here or on The Dynamics User Group search both and you should find it.
    David Singleton
  • bostjanlbostjanl Member Posts: 107
    sabzam wrote:
    Hi Everybody,

    Is it possible to set nextcontrol property of a particular field through coding?

    Regards,

    Sabzam

    Yes its possible, but its a lot of work. You need to create a function on the form that has a case used to determine what is the next control. I already posted a solution to this some time ago, but not sure if here or on The Dynamics User Group search both and you should find it.

    Using control.ACTIVATE on OnAfterValidate of OnDeactivate ?

    bostjanl
Sign In or Register to comment.