PixelPointer
PixelPointer
About
- Username
- PixelPointer
- Location
- Vaughan, Ontario
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Yes, that is what i had assumed. i was trying to avoid second datasets. Oh well, even with this little set back, fr is still a pretty handy tool.
-
That worked out quite well. I have no idea what I was doing wrong, but I feel pretty foolish. Thank you so very much for your help.
-
I did. I set them, and I can see them set. :-( However, the behaviour that I am seeing, is like it is not set. I would settle for being able to show the date that the report was last modified, at least then, I could parse the date, and use it …
-
Again, I did everything I could think of to get this to work. I looked for options that would maybe be stopping the version from being displayed, but I found nothing. Does the version number work for anyone else?
-
Thank you, Den. It worked quite well. I did not realize that I could do that. :-)
-
Thanks. I tried it, but I must be doing something wrong. In my pagefooter, before print event, I set a Memo object's text property to the version numbers, but I get a blank. I looked at the report options, and the data is set, it just does not se…
-
No, alignment was not enabled. thanks. Got it working.
-
Thanks, Den.
-
Got it.
-
Can I do this directly in the memo fields on a report? If so, that is cool. I am going to give it a try.
-
I have spoken with our programmers, and they are adding an export function for me, so that I no longer need to try to mess with scripts to export. Thank you.
-
Awseome! Thank you.
-
So, if I chose not to use script, is there a way to tell fast reports, in a memo field that I want the value of the current row divided by the sum of the values? i.e. Sales | % of Sales $12 | 0.150 $10 | 0.125 $34 | 0.4…
-
When I set the DisplayFormat through code, the display does not seem to be affected. I have probably done something wrong. I may have set the the displayformat before I had the textbox set. I was pretty sure that it was right, but since I was abl…
-
Thank you for your response, gordk. I have been away visiting clients for a few days, and did not check my posts. For Delphi, it is V5, for FR it is 3.20. I have read the aggregates functions in the manual, and I am pretty sure that I have a …
-
Well, I am still working through this. If I have the TfrxReport object available to me, is there a set of properties that I can set, and/or a method that I could use to export my report upon completion of the report? i.e. procedure FFReportOnSto…
-
Thank you, gordk, I appreciate you taking the time to respond to my post. Yes, a lot of my frustration is coming from not knowing what my script can and cannot do. I have programmed in VB, C#, and C for many years, so I at least have some programm…
-
I had previously downloaded the Fast Reports demo, and got a lot of this code from it, and then simply adjusted it to fit my needs. For one sum, it seems to work ok, but in total, I need 4 sums. From what I have seen so far, the variables don't se…
-
It is my company that has chosen to use Fast Reports, not me. I was quite happy using Crystal. I actually don't have access to the Delphi code, as I am merely an end user of the tool. I only have access to whatever is in the designer, and getting…
-
What! Does nobody export using the script in FR Designer?
-
Ok, I really don't get it, and I am really getting frustrated with this reporting tool! I was using the built in variables list to add variables, but I thought that maybe that was my issue, so I created new variables of type double, and then initi…
-
In my search, I found, using the showMessage function, that in the ReportSummary1 obp event, the sum of is correct, but the assingnment to extSGRevenues is incorrect. For some reason, extSGRevenues is being set to the total of the first grouping, …
-
Ah. Yes, that makes sense. I should have thought of that myself, but then I wouldn't have used this excellent forum. :-)
-
Thanks, GordK. IThat is where I run it from, and at the end of the report, I get an error message, "Unknown variable or datafield", and it happens to be named the same as the first item in my first grouping. I actually had some code in the obp e…
-
That was great! Thank you so much for your help!!!
-
Thank you very much Gord for your assistance. I am doing my best with this scripting stuff, but not having the best of luck. Are there sample scripts around here, to kinda give me a better understanding of the scripting? I have done some C, C#, a…