Ian K
Ian K
About
- Username
 - Ian K
 - Joined
 - Visits
 - 15
 - Last Active
 - Roles
 - Members
 
Comments
- 
                A solution for this which I stumbled across while looking at other aspects of the report; all that's needed is to enclose the required static text in single quotes, so rather than: Summary in the OutlineText field you use: 'Summary' (FWIW I'd tried …
 - 
                Thanks boakoms - that did the job! boakoms wrote: » Hello, You can control Subreport height in code section like below : Subreport1.Height:=0; You can use 'If Clause' in code section but you need an anchor point for example : if me…
 - 
                That's exactly what I was looking for - thanks! gpi wrote: » Modify frxrcDesgn.xml in the Res folder                                       and recompile language resources
 - 
                gpi wrote: » You can't to use vertical bands without horizontal bands. See a sample in the attach Thanks gpi - much appreciated. I have to admit, the need to do things that way wasn't immediately obvious to me - I suspect something clearer…
 - 
                gpi wrote: » I think you should pass through all report's objects and replace all expressions Thanks, although I have to admit I'm not 100% sure exactly what's meant there. Your suggestion did point me in a direction that's proved to be work…
 - 
                gpi wrote: » Attach your report template (fr3) Problem solved, with some embarrassment; the original .fr3 had too many complications to it to be worth attaching, and when I started making simple demo .fr3's, the same text started working. …