
technisoft
technisoft
About
- Username
- technisoft
- Joined
- Visits
- 1
- Last Active
- Roles
- Members
Comments
-
I have a form where I put all the export components, then I include the form on other forms where I have report components. IOW, have the export component in one place only, sort of inherit them on other forms, not on every form with a report com…
-
Thanks, gpi. Great stuff!
-
I know I am completely lazy here and ask someone else to do some work for me. How can I add additional buttons to the standard preview toolbar?
-
OK, with double work it is possible. 1 Place text object on report. Do the normal stuff but do not make a frame. 2 Put Draw object on report, select "Rectangle" 2.1 Set size of draw object. 2.1 Select Frame and set its width. 3 Position text …
-
It doesn't look so.
-
JotaPlaysson wrote: » I can, but i'm afraid of my query become very slow, cause it brings very information from a table with very information too. Indexes on the tables and possibly using stored procedure for the %age calculation, for the pro…
-
You can't re-sort a displayed report without reprocessing the underlying data. You can use a SQL 'JOIN' to produce a flat view containing data from multiple table and sortable by any column. Master-detail must then be handled in the report using …
-
JotaPlaysson wrote: » Is it possible? I already search a lot, but I don't found nothing... Can you calculate the percentage as part of the query?
-
hsm wrote: » My 195 page report takes a while to generate and show all the pages. Until it does the user can only see the first few pages and may not realise there are more to come ( i.e when they go to the 'last' page it isn't really the last one…
-
ChrisM wrote: » Does the lack of responses mean there is currently no way to do such a report? Thanks. It may mean that people are too busy, that the problem doesn't tickle anyone's interest, that it is too esoteric. How about looking at …
-
king wrote: » Hello, the file extension is "fr3", even though I did never own Fast Report 3. The first version I bought was fr4.7 and with this version I generated these reports. Hi, open a working report and an old report in some text …
-
What is the file extension of the old report?
-
Sid wrote: » Yes, but then I'd have to move everything else in the report around since it is only the horizontal line that needs to go edge-to-edge. I was hoping to manipulate the left margin for just that one object, not for the entire page. …
-
gpi wrote: » XE2 doesn't allow add some components like TTimer to datamodule To clarify, as this is something to be considered when upgrading to XE2, and for development if an earlier version of Delphi is used. XE2 TDataModule does not all…
-
I'd try Page.LeftMargin = 0; Page.RightMargin = 0 and hope that the printer does not have its own minimum internal margings.
-
classic12 wrote: » classic12 wrote: » [IIF(Trim() <> '', +#13#10, '')][Customers."Company"] Thanks for the code but I do not know where to add the code. Is there an event within the report or is it on an event on the component? …
-
What does it do? Give and error or does it just not work? What is 4.2's unit, centimeters, inches? What is the value supposed to be when if <= 0?
-
topor1988 wrote: » Next 400$ for licence? No, thanks Well, the purpose of directing you to this website was not to induce you to buy but to get a better idea how Delphi and DMS work together especially because it shows the relationships gra…
-
topor1988 wrote: » Can I have any example... I try and nothing That website is confusing even for me. Try this one http://www.da-soft.com/anydac/?gclid=CLT3h...CFQ8htAodcky5Xg to get a better idea how Delphi and DMS work together.
-
It may be the query which includes 'blank' records. If this is not the case then it may be the KeepTogether or NewPage property, IIRC. Anyway, one of the properties to manage groups and page breaks causes a new page to be produced, then prints t…
-
gordk wrote: » here is a sample create the unit and just add a refrence to the uses clause unit myfrfunctions; [snip] Hi Gord, I try this, I include it in my Delphi unit, include it in my FR script code, but I do not see the functi…
-
Reading this thread might give you some ideas. http://www.fast-report.com/en/forum/index....ic=9092&hl=
-
Leo Bidi wrote: » Hi, I need to print a report on a specific printer that is not selected by any dialog, just directly. The thing is that its a shared printer and used by a few stations. My question is how I define in my report the name of the…
-
Gordon Niessen wrote: » Is there an easy way to decimal align a column? I have a column of numbers that have a variable number of decimal places. How can I get their decimals all to align. 12.1 132.22 12.234 11.8 888.1 I am using Ari…
-
There are 2 kinds of variables in FR. Categorized variable and non-categorized one. For the first kind you use Get() and Set() Look at this thread which deals with a similar problem. http://www.fast-report.com/en/forum/?p=/discussion/9134 Thes…
-
Michael Riley wrote: » Michael Riley wrote: » Why not write a small test project? If it works in D2010 it will work in XE2 too. Or will this be a new purchase or implementation of FastReport? I do not currently own FastReports. I'm planni…
-
Michael Riley wrote: » Michael Riley wrote: » Why not write a small test project? If it works in D2010 it will work in XE2 too. Or will this be a new purchase or implementation of FastReport? I do not currently own FastReports. I'm planni…
-
Michael Riley wrote: » I need to know for sure wether it allows for mixing orientations within a single print job. Why not write a small test project? If it works in D2010 it will work in XE2 too. Or will this be a new purchase or implementat…
-
'thsi' was a typo, should be 'this' If you are using the right version of borlndmm.dll then you can set ReportMemoryLeaksOnShutdown := TRUE; and get a report of unreleased memory on program exit. I would try to work with a dynamically create…
-
Yes it can combine reports. I am not so sure about the orientation change but I think it should handle that.