How to select a record in a TableBox?

BurneBurne Member Posts: 12
How can I programmatically (via C/AL) select a record in a TableBox?

Thanks,
Paul.

Comments

  • krikikriki Member, Moderator Posts: 9,118
    You can use the GET-statement or also the FIND-statement to do it.
    With the FIND-statement (and if you use some filters) you have to be carefull not to overwrite the filters of the user. So better use another FILTERGROUP or another record to find your record.
    If you want more details, you should explain exactly want you want to do.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.