Guest_imported
New member
- Jan 1, 1970
- 0
My problem is with the datawindow. I have to transfer some default parameters with all of the retrieved data in the datawindow. I used the dw_1.object.column[row] = sle_1.text & dw_1.setitem(11,8) syntaxes and both worked with every row retrieved except for the last row. I checked the values if they were passed to the last row and it turned out that it did pass the parameters. The problem is that, when it will be displayed in the datawindow, the last row does not display the passed values and had 'blank' values instead.
What should I do?
Thanks!
What should I do?
Thanks!