Print Page | Close Window

report control not work

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=21795
Printed Date: 04 May 2024 at 4:29pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: report control not work
Posted By: tonywei
Subject: report control not work
Date Posted: 16 July 2013 at 10:42pm
Private Sub Form_Load()
Dim col As ReportColumn
Dim rec As ReportRecord
Set col = ReportControl1.Columns.Add(0, "asd", 100, True)
Set col = ReportControl1.Columns.Add(0, "xxx", 100, True)
Set rec = ReportControl1.AddRecord()
rec.AddItem "asd"
rec.AddItem "xxx"
End Sub


above code just affect column,but no item shown,please help me :)



Replies:
Posted By: tonywei
Date Posted: 16 July 2013 at 11:07pm
anyone?


Posted By: SuperMario
Date Posted: 17 July 2013 at 3:13pm
do you call populate?



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