08-23-2014, 02:58 AM
Finally, I am satisfied with the following, very fast and efficient solution :
Function tempf
Trigger SF8
Any comment is appreciated
Function tempf
Trigger SF8
for i 0 n
,GetListViewItemText(hwl i &sp)
,err
,,_s=_error.description
,,out "<>%s : <open ''%s /%i''>%s</open> - %s" NowT si _error.place si _s
,,mac "Warning_QM" si
,,end
,if(SendMessage(hwl LVM_GETITEMSTATE i 0xffff00ff)&LVIS_SELECTED)
,,out "Index found %i" i
,,break
Any comment is appreciated