ReportControl: Row backcolor |
Post Reply |
Author | |
rdeboer
Groupie Joined: 29 April 2004 Location: Netherlands Status: Offline Points: 81 |
Post Options
Thanks(0)
Posted: 02 June 2005 at 7:36am |
How do I set the backcolor of a row in the reportcontrol?
I need to change the backcolor in some occassions when adding items to the control: For t = Start to End Set Record = frmArticles.ArticlesControl.Records.Add Set Item = Record.Additem(rs.Value("Subject")) Set Item = Record.Additem(rs.Value("NumberOfMessages") If NumberOfMessages = 0 then '--- Set Backcolor of this row to red '??? end if Next I can set the background of the current item here, but I want to change the backcolor of the current row. |
|
rdeboer
Groupie Joined: 29 April 2004 Location: Netherlands Status: Offline Points: 81 |
Post Options
Thanks(0)
|
Figured it out already!
|
|
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 |