6/7/2025 5:21:35 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
|
SLX 6.1.3 ListView Control
Posted: 09 Jul 07 4:10 PM
|
Any one have a sample loading script for this? My 6.2 stuff isn't working....
''adds a row to a List View: Set newRow = lvTerrByState.Items.Add '''Value of the row ID newRow.tag = TerrState '''TerrUSERID ''' List View ROW LABEL. newRow.caption = TerrState '''' Add values to the list view? newRow.SubItems.Add TERRusername newRow.SubItems.Add TERRCode
ANSWER IS!
Change the ListView Style from the default vsIcons to vsReport or vsListview.....
VOILA!
|
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|