cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Initialization Context

Former Member
0 Likes
505

Hallo together,

on a view i have a context for a table. I must need the value 'when visible' for the view properties 'lifetime'.

My question: How can I initialization the context for my table?

I must do that, otherwise I have the entries with call everyone the view several times in the table.

Thanks for the answers

greetings

Rainer

View Entire Topic
Former Member
0 Likes

In the wddoinit method of your view, fetch the internal table which you want to bind to your UI table. Then bind it to the context. If this is done in the doinit, it will be called only once, when the view is initialized.