Default Avatar

Petter S.

Petter S.

About

Username
Petter S.
Joined
Visits
0
Last Active
Roles
Members

Comments

  • We use eDocEngine (also Gnostice) to export PDF, due to the problems with the native PDF-export in FR. Also contains many additional exports. As far as we have experienced (using it for 2 months now) this export - works with iOS (iPhone etc) - e…
  • Hi. Try 'fr1cm' instead of 'fr01cm'. Petter
  • In event code: if = then ... Remember also to set Report.EngineOptions.DoublePass=True to get working. Petter
  • technisoft wrote: » That the PDF export filesizes are huge has been the subject of numerous threads. Part of it is that FR4 embeds the whole character set in the PDF, no matter whether the characters are used or not. It has been reported that FR5…
  • yvesarchambault wrote: » Is there a way to associate a GroupHeader with a GroupFooter ? Hi. As far as I know the association between group header and group footer is always set up automaticly by FR depending on the order of the bands, st…
  • gpi wrote: » You can set filter's DefaultPath property Perfect! Problem solved!
  • gpi wrote: » I think - no Ok. Thanks!
  • Hi. You can set the position by code in the OnBeforePrint of your groupfooter: Engine.CurY := (24.0 * fr1cm) Petter
  • technisoft wrote: » Can you upload the fr3 file, with header and without? Hi again. Here are testreports; one with header ane on without. I've removed all database from the report, so now there is just 2 bands, each with one memo. In the…
  • technisoft wrote: » I know the feeling, 99.9% there after spending days or weeks and the 0.1% which fails is a vital component of the program. technisoft wrote: » Then I tried to add a header to the report, where the header has no spaces that…
  • technisoft wrote: » Your notepad view does not show any of this technisoft wrote: » When exporting as TXT the amount of spaces between the columns are reduced, and the output file thereby unreadable for the other application (not ours). Ma…
  • Are you exporting from a dot-matrix report? If not, then this might possibly be a proportional font spacing problem. First thing I would try is to use a fixed width font like Lucida Console or any of the Courier fonts. [/quote] Thanks. It's a …
  • gpi wrote: » Try IBXQuery2.Close; //set query parameter here IBXQuery2.Open; Create and attach demo report template based on employee.gdb database Thanks again. Now it's working. The OBP-event open/close code actually solved my proble…
  • gpi wrote: » You should reopen detail dataset in MasterData OnBeforePrint event or use correct detail SQL like select * from detail_table where id = :id Thanks. My detail SQL looks basicly just like this... So I tried the OBP-event…
  • Thanks. Do you mean the report.OnStartReport? It does not seem to help me, because I need an event that fires for each record, so that the value of my variable can be recalculated for the grouping. I've posted som additional information about my da…
  • Additional information: My querydata look like this: Type Text A Group text 1 B Detail text1 B Detail text2 B Detail text3 A Group text 2 B Detail text4 B Detail text5 A …
  • Move your code to the memo's OnAfterData-event, and check out the TFrxMemoView(sender).Text. You can also adress 'value' in this event, but this will be incomplete if your memo contains more than one expression. See chapter 6.12 in the users manu…
  • I'm a newbie in here, so this might not be correct... but shouldn't there be a '#n' in the format string when used inside the brackets? Like this: Original number: [Abs()] [IIF(>1,' ( '+(FloatToStr(/) +' ' + )+' )' ,'domestic' ) #n%2.2f] I'…
  • Figured it out! Must have been something wrong with the syntax. This works: [Sum(IIF( > 0,,0))] and returns the sum of positive values in Amount.
  • Thomas PFister wrote: » Hi, a good friend informed me today about your project with the Rave-Converter. Sounds great! I work in the meantime more with FR then with Rave, but I think I know Rave "a little"... If you have questions about Ra…
  • Draeden wrote: » It'd be great if you explain in details how datamirrors work I guess that Thomas could explain this more accurate, but I will give it a try: A ordinary section can by the mirror-property mirror another section somewhere…
  • Draeden wrote: » ven, I examined your report. 1. DataMirror and SectionMirror components seem to copy contents of some other container component. FR doesn't have such mirroring features. Is it ok to emulate Rave's mirroring by copying contents …
  • Draeden wrote: » Petter S., could you make a simple app that'll be able to design/view your file? This app will enable me to see its contents. Rave5 is unable to open it. Hi. I'm not an app-making-guy, I just build reports... But, wha…
  • Draeden wrote: » One main difference between your system and mine is that you have IBX installed. Maybe IBX components take so much time. When I import your rav file it takes about 3 seconds, but all IBX components are skipped. Hi again. …
  • Draeden wrote: » Here is the beta version of the import. It's highly apprectiated if you'll test it on your reports. To use this tool follow these steps: Thanks! I've tried it on one of my .rav-files, containing 31 reports. That took mor…
  • Draeden wrote: » In what version of Rave it's created? Your report contains a component TRaveJPEGImage that Rave v5.0 doesn't have. I think maybe this is an AddOn to Rave. The Nevrona WEB-site is a mess, but you can find the AddOn here: ht…
  • Draeden wrote: » Petter S., we're going to support bands, entire design, database connections. Scripts is now a question - maybe they'll be converted to FR, maybe not. Attach some Rave reports with most complex structure. Include scripts too - we'…
  • YES!! I'm about to move 300 reports from Rave to Fast Reports, so this would be greatly appreciated. What kind of conversion could we be looking at? Bands? Entire design? Data components? Scripts? I've been working on Fast Reports for some we…