Hi,
since it’s not possible to set methods on a listpage form, I need to work with the listpage interaction class.
My question now is, I want to set the label property of a control by code. This was easily done through Autodeclaration and then using “Controlname.label(“blabla”)” in code.
But now I have problems to do this in the interaction class.
How can I get the control object and set its property?