Making list box border disappear when printing

  • Thread starter Thread starter KK
  • Start date Start date
K

KK

When I preview a report, the listbox border can be transparent (as
configured in format properties). But when I print the report, the
border appears.

Any way to get rid of this border?
 
If it is a report, why use a list box? That is a great control in your
forms where you need to allow the use to interact with the field bound to
the listbox, but really is not needed in a report. Change the control type
to a textbox.
 
There is a circular reference. The only way for the figure to show up
in the report is via listbox. I'm trying to figure the 'circular
reference' problem but I still want to know if I can get rid of the
border when printing the report.
 
Back
Top