Print a TextBox in a report only if it contains something

efassettaefassetta Member Posts: 53
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.

Comments

  • eYeeYe Member Posts: 169
    What is displayed when there is no value in the field/textbox?

    else use a global as the SourceExpr?
    Kind Regards,
    Ewald Venter
  • efassettaefassetta Member Posts: 53
    Thank's for your reply.

    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...).
Sign In or Register to comment.