Menu

hiding report controls runtime

Help
2011-12-21
2013-03-18
  • nenad cikic

    nenad cikic - 2011-12-21

    If i have the report
    Report               REPORT('tecajevi Report'),AT(250,2490,8000,8125),PAPER(PAPER:LETTER),PRE(RPT),FONT('MS Sans Serif',16,,FONT:regular),THOUS
                           HEADER,AT(250,250,8000,2229),USE(?Header),FONT('MS Sans Serif',16,,FONT:regular)
                             STRING('Mjenjačnica'),AT(2854,21,1656,292),USE(?ReportTitle),LEFT,FONT('MS Sans Serif',17,,FONT:bold)
                             STRING(@s3),AT(4677,21,646,292),USE(domValOzn),FONT('MS Sans Serif',17,,FONT:bold,CHARSET:EASTEUROPE)
                             STRING(@s100),AT(219,333,7573,313),USE(adresa1),CENTER
                           END
    Detail                 DETAIL,AT(10,10,8000,365),USE(?Detail),FONT('MS Sans Serif',12,,FONT:regular)
                             STRING(@s3),AT(3552,52,521,271),USE(domValOzn,,?domValOzn:2)
                             STRING(@s3),AT(52,52,521,271),USE(tec:valuta_brojcano),LEFT

    and if I wish to hide at runtime as
      report$?tec:valuta_brojcano{prop:hide}=true
      PRINT(RPT:Detail)

    the report$?tec:valuta_brojcano{prop:hide}=true is compiled by c2j but is not working

    Thanks
    Nenad

     
  • Andrew Barnham

    Andrew Barnham - 2011-12-21

    Fixed code; originally on Group controls had Prop:HIDE tested. Now setup for all controls in a report band

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.