Print Page | Close Window

ListView1.view<>xtpListViewReport ?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=8028
Printed Date: 01 February 2025 at 9:40am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ListView1.view<>xtpListViewReport ?
Posted By: BCSVR
Subject: ListView1.view<>xtpListViewReport ?
Date Posted: 16 September 2007 at 2:46pm
'try code:
 
Private Sub Form_Load()

    ListViewReport.ColumnHeaders.Add , , "Item", 1500
    ListViewReport.ColumnHeaders.Add , , "Value", ListViewReport.Width - 1500
   
    ListViewReport.ListItems.Add , , "Settings"
    ListViewReport.ListItems.Add , , "Find"
    ListViewReport.ListItems.Add , , "Run"
    ListViewReport.ListItems.Add , , "Help"
   
    ListViewReport.ListItems(1).SubItems(1) = "1"
    ListViewReport.ListItems(2).SubItems(1) = "2"
    ListViewReport.ListItems(3).SubItems(1) = "3"
    ListViewReport.ListItems(4).SubItems(1) = "4"
    ListViewReport.View = xtpListViewReport 
      
End Sub




Replies:
Posted By: BCSVR
Date Posted: 17 September 2007 at 4:52am
ListViewReport.View = xtpListViewReport 
clear all data ?


Posted By: Oleg
Date Posted: 17 September 2007 at 5:29am
Hello,
 
Yes,  please call it before you add columns and items.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: BCSVR
Date Posted: 19 September 2007 at 3:01am
thank you
 
ms listview 5.0/6.0  is  not this



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net