Hi,
I have try the following statement but nothing happens. Anyone know why? I'm trying to do a loop in the datawindow,
if pass certain verification...it will change that particular row to red.
for n = 1 to dw_datawindow.rowcount()
.....
....
...
if xx = yy then
dw_datawindow.modify("columnname.color=255"
end if
next
Can anyone please help me with this question? thanks
I have try the following statement but nothing happens. Anyone know why? I'm trying to do a loop in the datawindow,
if pass certain verification...it will change that particular row to red.
for n = 1 to dw_datawindow.rowcount()
.....
....
...
if xx = yy then
dw_datawindow.modify("columnname.color=255"
end if
next
Can anyone please help me with this question? thanks