Quantcast
Channel: SCN: Message List - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 7329

Re: how to delete datawindow row by loop?

$
0
0

To iterate from the last to the first row will do the trick:

 

long i

 

For i = dw_1.RowCount() To1Step -1

   ...

   If ( expression ) Then

      dw_1.DeleteRow ( i )

   EndIf

Next

 

hth

 

Arnd


Viewing all articles
Browse latest Browse all 7329

Trending Articles



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