Quantcast
Channel: SCN : Discussion List - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 2881

how to delete datawindow row by loop?

$
0
0

I try to go through datawndow rows by for loop and delete those rows I found with condition.  Something like:

 

For i = 1 to dw_1.RowCount()

....

 

  if expression then 

    dw_1.DeleteRow(i)

  end if

Next

 

Looks like not working properly. if DeleteRow dynamically change RowCount()? how to resolve this problem?


Viewing all articles
Browse latest Browse all 2881

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>