Galin
Galin
About
- Username
- Galin
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Polomint wrote: » G'day Galin, For FR 5 Vcl try https://www.fast-report.com/public_download...L-en/index.html I've not checked if you're right, but we keep our own "Wayback Machine" and the old manual link still seems to work... Cheers, …
-
JeetKune wrote: » Hello everybody I'm an absolute beginner in terms of Delphi and FastReport We have a software with FastReport 5.4.4. I need to customize a report for a finished print template My question is: how can I directly address …
-
boakoms wrote: » Hey Galin, you can use IIF function in a memo like below : IIF(=0.179,'true statement',) boakoms. boakoms wrote: » I did a search for if statements and someone said to use the expression builder. Where is that? I…
-
kccheng wrote: » kccheng wrote: » Just to be clear, are you asking for each sub-report to be numbered independently, or do you want the numbering to be "seamless"! wuxiaworld to be numbered independently. Say i have a invoice.fr3, wi…
-
gpi wrote: » Use for example: function MasterData1OnBeforePrint(Sender) { Â Â ShowMessage("test");Â Â Â Â Â Â Â Â } Thank you for taking the time to reply. Unfortunately this code doesn't do anything on this end. Are script/html t…
-
Polomint wrote: » I'd like to endorse Lurking K1w1's response. And cheekily add that 0.25 is 1/4 not 1/2 (0.50)! The code above only catches two cases. Would it not be better to create a function that presents decimal amounts as the close…
-
Polomint wrote: » G'day Galin, Sounds to me like the report you are looking at has elements inherited from another report. I don't have access to FastReport Editor right now, so from memory, there is an option in the Editor's menu / toolbar …
-
boakoms wrote: » Hello, crossed out circle shape cursor happens to me but its like 1 in a million and when i close and reopen FR its gets normal. do you still need help for the report design ? boakoms. boakoms wrote: » boakoms wrot…
-
boakoms wrote: » Hey Galin, you can use IIF function in a memo like below : IIF(=0.179,'true statement',) boakoms. boakoms wrote: » I did a search for if statements and someone said to use the expression builder. Where is that? I…
-
boakoms wrote: » Hello, Can you explain your problem a bit more. As i understand from the picture, you have data from Order Query. If you can see the fields from order query like in the picture, you can drag and drop them to the anywhere on the…