OIPI prints black page (OpenInsight 32-Bit)
At 17 NOV 2003 11:58:40AM SCarlson wrote:
OK, I used Addtable and Append to print my data, using a loop
to build arrays of data under 32k and "print" and append those.
Now when I print I have 8 1/2 pages of correct data, then I have
6 1/2 pages of solid black retangle covering the pages where data would go….What is happening… how can I correct it.
Thanks..
Steve C.
At 17 NOV 2003 11:58AM SCarlson wrote:
Found it.
stat=Set_Printer("ADDTABLE",TwipscolLen,"", colText,
,APPEND,
)should be
stat=Set_Printer("ADDTABLE",TwipscolLen,"", colText,
,
,APPEND,) Steve C. </QUOTE> —- === At 17 NOV 2003 11:58AM Sean FitzSimons wrote: === <QUOTE>Steve, Does it display properly in the Print Preview window? Sean </QUOTE> —- === At 17 NOV 2003 11:58AM SCarlson wrote: === <QUOTE>Sean, No.. it prints black in the preview also. It appears to print the black at the point of the APPENDED data. Looking at debug, the proper data is being put into the "Body". I am using the same ADDTABLE "stat=Set_Printer("ADDTABLE",TwipscolLen,"", colText,
,APPEND,'')"except the "APPEND" is equal to 1.
Steve C.