report control not work |
Post Reply |
Author | |
tonywei
Newbie Joined: 19 October 2012 Status: Offline Points: 5 |
Post Options
Thanks(0)
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 :) |
|
tonywei
Newbie Joined: 19 October 2012 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
anyone?
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
do you call populate?
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |