| One way to find out the number of selected lines in DWC |
Of course, it's better to use the of_SelectedCount function, PFC of n_cst_dwsrv_rowselection service),
but ... you can do that ...
long ll_SelectedCount
ll_SelectedCount = Long(dw_1.Describe("Evaluate('sum(if (IsSelected(),1, 0) for all)',1)"))
|