OIPI32 problems (OpenInsight 16-Bit)
At 20 MAR 2002 09:33:17AM David Bielby wrote:
We have started using OIPI32 (4.10) with our OI 3.75 application, and a couple of things appear not to be working correctly.
1) I have attempted to print a table with bold headings, using code something like this:
error=Set_Printer("ENABLERTF", 1)
colsizes=^1080":@VM:"<4160"
colheads={\b Ref No}":@VM:"{\b Name}"
error=Set_Printer("ADDTABLE", colsizes, colheads, table,
,
, append, TB_BOX)Is this the correct way of doing it? With RTF enabled, the table headings are being printed blank.
2) When previewing, we tend to specify 4 for the location parameter in the INIT call, to use the last window location. It appears however that OIPI32 is not saving the window position to OIPI.INI. Manually changing the values in the INI file also seems to have no effect. This works correctly in Standard OIPI.
David Bielby
Wakefield MDC