CheckAll checkbox in UltraGrid cause unique key violation

Posted by alextrs82 on 20-May-2014 09:54

Hello,

When I try to use checkAll feature in the ultraGrid and temp-table has unique key I get an error:
** TEMP-TABLE already exists with 'UNIQUE KEY). (132).

We use OpenEdge 10.2B SP08.

I attached the sample.

Thank you

Posted by alextrs82 on 27-May-2014 13:30

I got an answer for Progress Support team. Every time you try to use ProBidingSource:Assign in AfterUpdateCell make sure the BindingSource is positioned on the row that the edit values came from by doing this:

IF rowIx <> bindingSource1:POSITION THEN
bindingSource1:POSITION = rowIx.



All Replies

Posted by alextrs82 on 27-May-2014 13:30

I got an answer for Progress Support team. Every time you try to use ProBidingSource:Assign in AfterUpdateCell make sure the BindingSource is positioned on the row that the edit values came from by doing this:

IF rowIx <> bindingSource1:POSITION THEN
bindingSource1:POSITION = rowIx.



This thread is closed