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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
Fixed code; originally on Group controls had Prop:HIDE tested. Now setup for all controls in a report band