Windows 9x (delphi6) GetPrintPageCount prints a blank page
Brought to you by:
tpsfadmin
I am using Delphi 6 on windows 98(2). (IPHTML.PAS)
1. I use "TIpHtmlInternalPanel.GetPrintPageCount" to
get the total number of pages to print for the print
dialog.
2. Then I use "TIpHtmlInternalPanel.PrintPages" to print.
This results in a blank page being printed just before
the desired one.
The real problem is that the "Printer.Abort" in
"TIpHtmlInternalPanel.EndPrint" called from
"TIpHtmlInternalPanel.GetPrintPageCount" does not seem
to work.