cancel
Showing results for 
Search instead for 
Did you mean: 

matrix column not refreshed

Former Member
0 Kudos

Hi all,

My add-on updates the matrix column's value (UDO child) calling set_value method, but on the matrix cell the value don't change while in the status bar i see the right value.

When I change the active window and come back i see the right value on the matrix cell.

Is there a refresh method or something like that?

I want to avoid the set_active method!

Can anyone help me?

thanks in adavance

Andrea

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

try form.update() or form.refresh()

Former Member
0 Kudos

Petr,

the update method works fine!

thanks again

BR

Andrea

Answers (1)

Answers (1)

Nussi
Active Contributor
0 Kudos

Hi Andrea,

whenever i use SetValue i use

oForm.Items("mtxList").Specific.LoadFromDataSource

to load the data to the GUI from the DataSource

lg David