joriolm Posted November 18, 2013 Posted November 18, 2013 Hi, In VCL app I can show/hide some bands with this: procedure TmyForm.myFRXreportValue(const VarName: string; var Value: Variant);var BandSummary : TfrxBand;begin BandSummary := myFRXreport.FindObject('ReportSummary1') as TfrxBand; Bsummary.Visible := False;end; But with UniGui in web mode doesn't. Any ideas? Quote
stlcours Posted November 21, 2013 Posted November 21, 2013 You write your code in the funciton of myFRXreportValue ? Should write in frxReport1GetValue(const VarName: string; var Value: Variant); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.