Hey all,
I have a problem.....
I have an External DW which i manually insert data to: e.g. dw_1.setitem(.....) etc
On ecah row i also have a picture. It can either be a tick or a cross ( whether that specific part was successful or not) i also have a script when picking out what to add to the DW it chooses what picture to display!
but when it runs i try to change the dw pictures fielname but it changes all of them:
dw_1.object.p_1.filename = "..."
i have also tried having 3 pictures and setting them to be invisible or visible but with exactly trhe same out come: it displays the lastone for all of them.
Is there a way to reference each rows picture so i can change each picture and not them all!
Cheers
Ed
I have a problem.....
I have an External DW which i manually insert data to: e.g. dw_1.setitem(.....) etc
On ecah row i also have a picture. It can either be a tick or a cross ( whether that specific part was successful or not) i also have a script when picking out what to add to the DW it chooses what picture to display!
but when it runs i try to change the dw pictures fielname but it changes all of them:
dw_1.object.p_1.filename = "..."
i have also tried having 3 pictures and setting them to be invisible or visible but with exactly trhe same out come: it displays the lastone for all of them.
Is there a way to reference each rows picture so i can change each picture and not them all!
Cheers
Ed