cancel
Showing results for 
Search instead for 
Did you mean: 

form update does not happen

Former Member
0 Kudos

Hi,

I am using PL 44 , 2005 B. in user defined form, whenever I change the value of combobox or change the value of a column , it does not reflect on the screen immediately. If I minimize it and again activate the form, the value gets refreshed. or, I have to capture the value change or lost focus and apply a form.update. Is it a product bug?

regards,

Binita

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Check all bindings and proper width of that field. I faced the same issue but i solved that by assign proper width to fields.

Former Member
0 Kudos

Hepil,

thanks for replying. the binding is proper as it saves the data to the required column automatically on add click.I tried giving some maximum width to the combobox column but still the same issue.

regards,

Binita

Former Member
0 Kudos

Hi Binita

Try this. After selecting click on the first column of perticular row. I mean

oMatrix.Columns.Item(0).Cells.Item(pVal.Row).Click()

but for this your matrix should have selection functionality.

Answers (0)