I do a PrintForm that works fine except a grey shaded label background comes out white. Currently the settings are:
Code:
Printer.Orientation = 2
Printer.DrawMode = 7
Printer.FillStyle = 1
Printer.FillColor = &HE0E0E0
What setting do I have that is wrong or missing altogether?