DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

SUD Table Row Numbers

Hallo all,

I am currently using a SUD with a Table element that I use to list file names to feed into the autosequence. I have the RowMoveAllowed property enabled to allow the user to change the order of the rows, and hence the order of the files being sent into the autosequence.

Once the user has moved a row up or down, the row number stays the same, so when I use the following code:

'####################################################
For I=1 To Tb2.rows.count 'LB_Files.Items.count
FileList_(1,i)=Tb2.rows(i).cells(1).value
'msgbox FileList_(1,i)
Next
'####################################################

the order of the files has remained unchanged and the user's changes have no effect. Is there a work-a-round for this problem?

Thanks, Jeff
0 Kudos
Message 1 of 2
(3,306 Views)
hello Jeff,

it's a little bit weird. at first I used an example with a Table.sud and I could reproduce the behaviour you discribed. only the number was moved, but the content of the rows kept where it had been. but building a new table and run it I could change the rows with its content just like it should.
is it possible that your .sud file is from an older version of Diadem?
try to make a new one and have a look if it works with this one.
0 Kudos
Message 2 of 2
(3,292 Views)