Hide a TextBox

fabou3377fabou3377 Member Posts: 11
Hi,

it's possible to a hide a Textbox in a report with the code.

My Code:
CurrReport.qte.VISIBLE := FALSE;
but not run..

I don't want work with two differents sections (SHOWOUTPUT), just one section with a condition to hide the textbox.

Thanks

Comments

  • krikikriki Member, Moderator Posts: 9,118
    It is not possible.
    But you can use textboxes also for the captions.
    And when you don't need them, put the value to blank so it is not shown.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • fabou3377fabou3377 Member Posts: 11
    Thanks!
Sign In or Register to comment.