CALCBMP not working (OpenInsight 64-bit)
At 10 JUL 2021 03:24:20AM cmeyer wrote:
Now that I can debug and find out why the bitmap is not printing in the correct location (heading for reports etc) the following returns:
size [email protected]
where bitmap = "C:\REVSOFT\Logos\CMG Logo.bmp"
** this will print on every page, so we need to use text xy void = Set_Printer("CALCBMP", Bitmap) size = Get_Printer("CALCBMP") ;* get the size bmpWidth = size<1> ;* width bmpHeight = size<2> ;* heightThe logo prints on the page but in the wrong place.
I think there is a bug in
Get_Printer("CALCBMP")Please confirm.
Chris
At 10 JUL 2021 06:11AM Carl Pates wrote:
Hi Chris,
There is indeed a bug in CALCBMP - we'll get it fixed for the next release.
Regards