BUG: MSFLEXGRID Prints as Black Box after Installing Service Pack 3ID: Q237816
|
When you use the PrintForm method of the Form Object, and the Form contains an MSFLEXGRID control, the MSFLEXGRID control will print as a black box. This only occurs on NT. The control prints correctly on Windows 95 and Windows 98.
To work around this problem, use the Hierarchical FlexGrid control. It is listed as "Microsoft Hierarchical FlexGrid Control (SP3) (OLEDB)" in the components dialog window. Switching to this control should not require coding changes.
Microsoft has confirmed this to be a problem in Visual Basic 6.0 running in Visual Studio 6.0 Service Pack 3 under Windows NT 4.0.
Private Sub Form_Load()
Me.PrintForm
End Sub
Additional query words:
Keywords : kbActiveX kbNTOS400 kbPrinting kbVBp kbVBp600 kbVS600sp3bug
Version : WINDOWS:6.0,6.0 SP3
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: August 12, 1999