Have a memo field and a label in a detail report. On the client's computers (mostly nt4 and some 2k), the memo does not show up. It shows up from me on 98se, 2k, and nt4! What could be going on here? Thanks
I suspect that they may not be set to AutoSize or stretch and somehow the printer resolution, on those machines, tell the report component that it can't fit the text in the size of the text control. Try toggling autosize to true, or by calling Report.Printer.Canvas.TextWidth and TextHeight to set the size of the label, as a test. It should print then.
Comments
printer resolution, on those machines, tell the report component that it
can't fit the text in the size of the text control. Try toggling autosize
to true, or by calling Report.Printer.Canvas.TextWidth and TextHeight to set
the size of the label, as a test. It should print then.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com