Options

Modify page control value

grouicgrouic Member Posts: 34
Hello,

Does someone know if it's possible to modify the value of a page variable from external code (another page or table) ?

I declared a variable Page_MyPage type Page and tried Page_MyPage.MyControl := 'New Value', i get an error.

Thx !

Answers

  • Options
    KishormKishorm Member Posts: 921
    No you can't do this directly, but what you do is create a global function in the page itself which can set the value and then call the function from external code.
Sign In or Register to comment.