Forum Discussion

MichaelP's avatar
MichaelP
Contributor
13 years ago

Can't get description text from list items in sysListView32 control

The application I am testing has a sysListView32 control, which I obtain with the following:  p = Sys.Process("NXPowerLite").Popup("Results");   ListView = p.List("Status"); ...