Hello to everybody.
My problem is how to print a text-box in a report only if it contains something.
I know that a possible solution is to put the control in a dedicated section and use the SHOWOUTPUT Function, but the report's lay-out is unmodificable.
Thank's a lot.
0
Comments
else use a global as the SourceExpr?
Ewald Venter
So in this way i have to manage all TextBox with Globals and assign the value in a code.
It's a pity that the same result can't be obtained using some properties (for example the Visible Property...).