witenite
witenite
About
- Username
- witenite
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
witenite wrote: » Hi, OK, I found a solution (or workaround, as I consider this to be a bug in FastReports, where the pointer for a copied variable for all intents and purposes actually affects the original variable being copied, in this ca…
-
gpi wrote: » gpi wrote: » and in addition I would think that a footer by definition would print on every page, TfrxPageFooter prints on every page, but I tell about TfrxFooter band Thanks for the help. Ultimately I resolved the iss…
-
gpi wrote: » Try to use TfrxFooter band instead of TfrxReportSummary. Set TfrxMasterData.KeepFooter to True hmmm, not really an option as our reports already have a (predefined) footer, and in addition I would think that a footer by definit…
-
gpi wrote: » Use Memo1.Memo.Text := '10'; X := StrToInt(Memo1.Memo.Text) + 10; Thanks. I found another way which I tend to prefer, as it results in a memo actually containing a numerical value as required. IF you surround the textual va…
-
gordk wrote: » in reports onstaet report event movedataset to first record store field value in a variable move dataset to last store field value in another variable then move dataset back to first record Sorry, but what is onstaet, and …
-
gpi wrote: » Use script variable. See attach Thanks, that's more or less what I did and it works perfectly.
-
gpi wrote: » FR's Round function doesn't allow second parameter If you need another function - you may create your own user function. See a Developer's manual "Custom functions writing" chapter Thanks for confirming this. I used a workaround…