tony_c
tony_c
About
- Username
- tony_c
- Joined
- Visits
- 49
- Last Active
- Roles
- Members
Comments
-
Thanks for that - that was the missing bit.
-
Hi Paul In the sea of documentation I missed the finalpass property (sitting there to deal with my exact dilemma). Appreciate your reply Cheers Tony
-
I think the condition property has to evaluate to a boolean that toggles the fill.backcolor with the default color. If you need more than a default and highlight color you might have to write some code in the beforeprint event of the memoview
-
try IIF(FNEXTDATE<EncodeDate(Yearof(Date),Monthof(Date)+1,1),Fill.backcolor=clRed,Fill.backcolor=clNone) Regards Tony
-
Hi Paul Many thanks for the detailed reply. You nailed it with Q4 It caused me to create a trivial test project (should have done before posting!) which worked fine. The error was in my code assigning the filename (the guid was my doing - geez) Chee…
-
Hi Tor try this HLMemo.HighLight.Condition := ' MOD 2=0' Regards bushtor wrote: » Hi, In FR3 VCL I used some code like below to highlight every second detail line. In the report I first created a TfrxMemo called HiLiteLine and stretche…
-
Oops sorry about the overquote
-
swdevlin wrote: » Hi, I am having trouble building a composite report. Instead of a single report with my sub reports what I see is each report flash in the preview window and I end up with only the last report visible. My code looks like: Q…