Default Avatar

technisoft

technisoft

About

Username
technisoft
Joined
Visits
1
Last Active
Roles
Members

Comments

  • Simple, start with a dot-matrix report. I am sure the manual tells you how to.
  • Maybe the printer is set up to produce separator pages between reports?
  • clemente wrote: » I have a label (frxMemoView) in my report. I have set up the options for Shift and Stretch, even Word Wrap on but my label still is not wraping up the text and it keeps getting cut off. Any suggestions? Is the band's proper…
  • doncht wrote: » Thanks for posting this. By the way, was it set to data by default? Do you actually use FR or program?
  • Is this an ad-hoc selection or is it known what records need to be printed before starting the reporting process?
  • gordk wrote: » if your program gives the user acess to the export dialog make sure he has checked embed fonts. I think it should read if your program gives the user acess to the export dialog make sure he has NOT checked embed fonts .... wh…
  • collectivefriction wrote: » I have two tables with amaster detail relationship. However: some of the records in the master table have no corresponding detail record(s) some of the records in the detail table have no corresponding entry i…
  • Andreetje wrote: » Hi, Is it possible to overlay 2 reports. For example i have 2 report files i want to overlay in 1 report What do you mean? Print 2 reports on top of each other or merger 2 reports into one?
    in Overlay Comment by technisoft April 2013
  • alexmicrosrv wrote: » How can I do some think like this code [IIF( <> '', [b]+ #13#10 +[/b] , )] with the report designer into the TfrxMemoView.Memo box (not in the code editor, but using the box that appear editing the MEMO object p…
  • rudyp wrote: » I purchased the standard edition, and am generating the reports I require. -managing printing or not printing new pages depending on the amount of data - good examples in demos [img]style_emoticons/<#EMO_DIR#>/rolleyes.gif…
  • Sorry, wanted to say something but first have to find the right words.
  • Create a variable Balance In the group header of client you set Balance to 0 In the before print event of masterdata you add the current transaction value to Balance That is the easy part. The more difficult one is how can the masterdata know i…
  • hsm wrote: » How can I translate the code in the programmers manual to the situation when I am not calling LoadFromFile() ? Using memorystreams. save invoice to memorystream save letter to memorystream using a 3rd frxReport.component…
  • Simply do frxReport.LoadFromFile( aReport ); frxReport.PrintOptions.Printer := printerName; PrinterName is the name as the printer appears in the control panel or devices and printers. As the name can be changed by the user you will have to …
  • austingrd wrote: » austingrd wrote: » You can change the font size but not use bold or italics. Thanks. What is it with italics that can cause the file sizes to be way larger? Normal, bold and italics are distinct and separate font…
  • It is a long standing problem and there are more than one thread about it. It is the fonts which are embedded in the PDF with all the characters the font has which makes it so big. If you can, make sure that you use the same font throughout yo…
  • Maybe you could mimick the keep-together property for detail-band and first subdetail-band by using a query with a table join. This would give you what looks like a single record eliminating the first subdetail-band.
  • Delta7428 wrote: » Thanks. I did not attach a screen shot of the 3 line header including logo I asked about in the post that I included the attachments, but I think it is not possible to make each memo box in the header at least, line up with c…
  • Think about it, into which column should the "Confidential" text go? Does it belong into the Election column, or the Base column, or the gap between them? I think that if the placing is not obvious, by means of precise alignment, FR just inserts…
  • First, Endless Height seems to be a property that only works in conjunction with CrossTab object. From what I remember it does not affect the paper page length. Second, it might be that the printer driver overrides the FR setting. I would try and…
  • collectivefriction wrote: » Thanks for the link Mick. I am just holding off upgrading until I am happy that the standard/pro version can do what I want. I might just need to bite the bullet and buy/code and see if the solution works well enough…
  • Zhou X.B. wrote: » I am new to Fastreports, previously I was using Crystal Reports w/ Delphi 7 to develop application. Recently my componay upgrade to Delphi XE2 which comes w/ Fastreports. I found Fastreports is really fast. But I have some pro…
  • fred42 wrote: » - it's slow because the display of the windows 7 computer is a 1650 x 1080 resolution and the preview in scale 100% apears in 2 pages on the screen width. (on the XP computer the displays is lower so we see only one page on the sc…
  • skota wrote: » Greetings, I am building a simple POS application. Is the process of creating a receipt report same as creating any other report in fast reports? If not can someone please point me in the right direction? regards, Skota …
  • I think that is understandable and logical. Imagine a standalone end-user reporting tool which would allow the user to insert or modify data in the database. Your data integrity would be zero.
  • I think either rendering the report for each copy, or using COPYNAME should be able to do that.
  • Check this thread, post #3 http://www.fast-report.com/en/forum/?p=/discussion/9924
  • My first guess would be that the frxQuery and other data access component are one-way, i.e. they have the ability to read data but not write. My second guess is that, depending on database engine used, the update needs to be committed and that the …
  • gpi wrote: » gpi wrote: » It is a bit disconcerting to see that resources were invested to redesign the website ahead of sorting out this long-standing PDF problem and FR5 release. Do you think FR VCL (FMX, Lazarus) developers redesign we…
  • It is a bit disconcerting to see that resources were invested to redesign the website ahead of sorting out this long-standing PDF problem and FR5 release.