I am using .printform to print the form but am getting black in place of the datagrid.
I am printing to an HP LaserJet printer.
I have tried several different properties of the form in particular those that involve color without any success.
The code snippet that I last tried is as follows:
Dim Old_Color As String
Old_Color = grdArray.BackColorBkg
frmHoldRelease.BackColor = vbWhite
grdArray.BackColorBkg = vbWhite
frmHoldRelease.PrintForm
grdArray.BackColorBkg = Old_Color
Any Help on resolving this would be greatly appreciated.
TIA
John
I am printing to an HP LaserJet printer.
I have tried several different properties of the form in particular those that involve color without any success.
The code snippet that I last tried is as follows:
Dim Old_Color As String
Old_Color = grdArray.BackColorBkg
frmHoldRelease.BackColor = vbWhite
grdArray.BackColorBkg = vbWhite
frmHoldRelease.PrintForm
grdArray.BackColorBkg = Old_Color
Any Help on resolving this would be greatly appreciated.
TIA
John