Bill E
Bill E
About
- Username
- Bill E
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
gordk wrote: » Yes you can create vaeiables and make report 2 pass in first pass increment variables in second pass assign value to memoview text Thank you. I just decided to do the work in SQL and change the report to Master Detail.
-
http://www.fast-report.com/en/forum/?p=/discussion/12427
-
What is the difference between Release and Current?
-
Polomint wrote: » Polomint wrote: » I am only seeing DX10 for current but not release. See attachment of my product listing. The picture helped! [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)…
-
Polomint wrote: » Is your question, "When will FR VCL 5 be available for Delphi 10 Seattle?" Because if so, we have had it from v5.3.14 (mid September) and just today we have v5.3.15 available for "D23" environments. Do you have the IDE Settin…
-
gordk wrote: » are you talking about not enough size when desigining I am not sure I understand your question. Maybe a description of a real situation will help. I built a report that has a huge footer after detail records. This fo…
-
Bill E wrote: » How can I print a DetailData footer on each page? Hi Bill E, use the ColumnFooter band.
-
I don't have time to try this out but maybe adding the footer but setting the visible to false. Then use script to determine if it is last page then set the footer visible to true.
-
TomMueller wrote: » Thanks for your suggestion. Would be nice if the default object size could be set in the "Designer Options" form. May you could add this in the next release of FastReport? regards Tom Count my vote for this as well!
-
I use this, I like it and the price is good. It can reverse engineer databases and source code and some fancy stuff that I don't know how to use. http://www.sparxsystems.com/
-
gpi wrote: » Use second way. You can set visibility of report's page in the script Thanks
-
Its called a Master Control Report, it lists all employees along with data from their most recent check, their address, the YTD totals. At the end of the report it has a YTD total of all taxes and all paycheck deductions for the entire client. The…
-
The solution turned out to be simple due to the sequence that Fast Reports processes data. I did not have to worry about if the data was in a Total or Grand Total, the following code works anyways. I just don't like hard coding the cell Index and …
-
gpi wrote: » I don't found any attachment I think no other way, but array usage not a hard problem Sorry I was interrupted at work and quickly sent this message without adding the attachment. Attachment is added to this message.
-
I think I have a complex problem and it looks like it can only be solved with complex code. But, can you tell me if there is an easy way? See attachment. The Percent Row is Term/Active and is already calculated per row. Calculating the grand…
-
I see there is a new 5.1.12 version. Does this version have this fix in it?
-
Philnext wrote: » Why don't use PDF instead ? PDF format is well displayed by all browsers. In my opinion, embedding a PDF is cumbersome because it will then have its own scroll bars and I have to do extra programming to make sure it scales…
-
ruby wrote: » Hello, I try to embed fonts but I receive an access violation error probably due to the fact I'm exporting report for an Intraweb application Your access violation is probably caused by a bug with Fast Reports + XE7. If yo…
-
Thanks, Got it. Any plans of adding FireDAC? I am dropping use of ADO and do not intend to do anything in dbx.
-
gpi wrote: » In the up-left corner of SQL query editor window Next Question: Where is the query editor window?
-
gpi wrote: » Possibly different behavior of code in the XE6 and XE7 I found the fix: Change the source in unit frxCmapTableClass line 193 to the below: The solution was to get rid of casting a pointer to a dynamic array. Â Â Â Â f…
-
I fixed it in my source, if you have the source change the source in unit frxCmapTableClass line 193 to the below: The solution was to get rid of casting a pointer to a dynamic array. Â Â Â Â function CmapTableClass.LoadSignedCmapSegment(segmen…
-
rhodesv wrote: » Has anyone found anything here as a work around yet? Today is thanksgiving and I need to stop working, but I do see something suspicious and a possible fix: Below is the code that is blowing up with an AV function Cm…
-
rhodesv wrote: » Has anyone found anything here as a work around yet? They just released (11/27) 5.1.11 but it still has the bug. From talking with support it seems to occur in XE7 but works in XE6. I have not verified that. I purchase…
-
gpi wrote: » Possibly different behavior of code in the XE6 and XE7 Something that might help, and I may do if the problem is too hard, is to run XE6 and XE7 in different VM's and put XE6 on one monitor and XE7 on the other and step through…
-
gpi wrote: » Set check box state in the OnBeforePrint event of check box object Thank you, I actually found an easier way. Unlink the checkbox from the datasource, then write an expression into the Expression property. For example: …
-
gpi wrote: » I think you will get same error with ebbedded fonts in the XE7 Why would the same source work in XE6 but not in XE7?
-
Reaper Black wrote: » I just upgraded to XE7, so i had to upgrade FR too but i am really regretful doing that. First, image export is not working. Second, RichView export is not working. After upgrading from 5.1.8 to 5.1.0 first problem is …
-
gordk wrote: » use support ticket system The report system seems to be dead to me, no one answers my questions or responds in the support system. Its as if it were dead.
-
Just tried 5.1.10 and still has the error.