G
Gil
I have a report which is created via VBA. I would like to change the
color of the controls depedning upon where in the VBA they are created.
Dim HealthInfo(0 To 5) As Control
Set HealthInfo(k) = CreateReportControl(OassisSummaryRpt.Name, acLabel,
, , "R", HealthPos, TaskNumberPos)
Shouldn't I be able to change the name of HealthInfo(k) by doing the
following:
HealthInfo(k).BackColor=vbBlack
??
I can't seem to change the colors..
Any Help would be greatly appreciated.
Thansk,
Gil
color of the controls depedning upon where in the VBA they are created.
Dim HealthInfo(0 To 5) As Control
Set HealthInfo(k) = CreateReportControl(OassisSummaryRpt.Name, acLabel,
, , "R", HealthPos, TaskNumberPos)
Shouldn't I be able to change the name of HealthInfo(k) by doing the
following:
HealthInfo(k).BackColor=vbBlack
??
I can't seem to change the colors..
Any Help would be greatly appreciated.
Thansk,
Gil