kaju74
kaju74
About
- Username
- kaju74
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Okay...I found a solution:   DayVar := Format('%.2d%.2d', [0 + Month, 0 + RealDay]);   try    Dummy := Get(DayVar);   except    Dummy := '';   end;   Day := Format('%.2d %s', [RealDay, Dummy]); But the try/exce…
-
...Thx...but how do I fill the cells with custom data??? Nearly all 365 cells should contain custom data accessable via the core application. This is the event from the calendar demo: procedure Memo1OnBeforePrint(Sender: TfrxComponent); va…
-
Thx! I'll try that out. I'll also move this topic to the newsgroup - maybe it could be fixed by Alex.