Bretcutler
Technical User
I have been able to get the fontunderline and fontblod to work with the following code.
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
DCUCapable.Properties("fontunderline"
= DCUCapable > 1
End Sub
I need the background color to be changed though and can't figure it out... I am looking to do a three color setup with text also showing in the box. So the color needs to show as transparent.
Thanks alot,
Bret
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
DCUCapable.Properties("fontunderline"
End Sub
I need the background color to be changed though and can't figure it out... I am looking to do a three color setup with text also showing in the box. So the color needs to show as transparent.
Thanks alot,
Bret