Default Avatar

Polomint

Polomint

About

Username
Polomint
Location
Australia
Joined
Visits
1,326
Last Active
Roles
Members

Comments

  • Martijn Tonies wrote: » Hi, I'm not sure what you mean by this. The value doesn't come from an SQL query. It's the current date (& time) from the SysMemoView. I've not supplying any data values, I'm only trying to format it. G'day M…
  • asuna157 wrote: » It's possible? Have a look at the Demo Projects for more on this. But you could try: procedure Memo9OnBeforePrint (Sender: TfrxComponemt); var   memo: TfrxMemoView; begin   memo := FindObject('codigo') as TfrxMemoVie…
  • I haven't got access to FastReport right now, but... What happens if you put all of the Bands on one page and make sure all of the "keep together" / "reprint on new page" Propeties are False? Won't that give you the GroupHeader on Page 1 and t…
  • G'day Rolf, Which Operating System / Version do you haave? On Windows 10 you can open Control Panel and double-click on "Programs" icon. Then you can either scroll through the list, or search for "Fast". Uninstall is easy from there. But…
  • G'day Ccy, Have you raised a Support Ticket? I've found a couple of problems with recent update(s) to FastReport (including Toolbar probelms in Preview and an Access Violation Exception in frxRTFexport). GPI was very helpful in addressing t…
  • It's always a good idea to start with the User Manual. https://www.fast-report.com/en/download/public_files/273/ And of course the good people at FastReports have also provided a number of demonstration programs to help you get started. Yo…
  • I don't have anything to contribute to Sam's suggestion. But. Wouldn't it be a good idea to create a separate Forum here, specifically for "New Feature Requests"? As it stands worthy ideas can get swamped by more transactional postings. …
  • Enko wrote: » TimeToStr(600) I see 00:00:00 I don't have access right now, but I suspect TimeToStr takes a TDateTime parameter **. So you are passing a parameter with the time element set to zero (and the date 600 days after 30/12/1899). …
  • flyfire wrote: » hi , Running the EmbedDesigner sample, error opening the report file. A few questions: - What version of FastReport Vcl 6 are you running (current is 6.3.14)? - Are you attempting to open the Demo Source "in situ", or did …
  • When you installed initially, were you replacing a previous version? If there was a prior installation, did you manually uninstal it first? You cannot rely on the FR installer to replace the files, Registry entries etc. We always use IObit …
  • jomesics wrote: » I have installed RAD Studio 10.2.3 and components in this sequence on WIN10: - RAD Studio - TeeChart 2017.23 PRO VLC Source Code - FastReport VCL 5 D25 After starting the IDE the FR package dclfrxtee25.dpk can not be load…
  • G'day Akai, Have you tried setting the Band Height in its BeforePrint Event? Cheers, Paul
  • Have either of you raised a Support Ticket? I find that the FR (and FC) Support folk are very responsive to Issues raised there. They may not visit the User Forums quite as often https://support.fast-report.com/users/sign_in Cheers, Paul
  • brodzins wrote: » all the data objects on the data tab "snap" to the upper left hand corner once the report is previewed. So, when you have multiple data objects, they all get piled on top of each other. G'day Rick, If I have understood t…
  • theproper wrote: » So I have a Windows 10 laptop with Delphi XE7 and FastReport VCL 5 installed. : : : Anyone had a similar issue? I haven't seen anything like this, unfortunately. A bit more data might help. [img]style_emoticons/<…
  • hirambambu wrote: » Page.PaperSize:= frxPrinters.Printer.PaperNameToNumber(ComboPapel.Items[ComboPapel.ItemIndex]); When you say this doesn't work, do you mean it has "no effect"? Or do you mean you get an error / exception? I am wonderin…
  • haentschman wrote: » But before ShowReport the frxReport1.PreviewForm is nil. [I am having a bad day - sorry if this is a dumb question!] You are calling PrepareReport () somewhere in your code, before you try to print it, I assume. […
  • Which edition of FastReport do you have? That is, do you have the source? Looking at the frxPreview.pas module, the PrintB button fires off PrintBClick. procedure TfrxPreviewForm.PrintBClick(Sender: TObject); begin   FPreview.Print;   Enabled…
  • You raise an intersting point, or two, here. Reading the Forums as a regular visitor, a significant percentage of posts comes from Newbies struggling with their entry into the FastReport / FastCube / FastScript world. But there are other posts…
  • Have you set the Child Property of the Band you want to "own" Child2 (or whatever your new Child is named)? Cheers, Paul
  • LurkingKiwi wrote: » Is anybody using FR6 VCL in the same way? Can you confirm whether the same unexpected changes occur? G'day K1w1, We are not doing exactly what I understand you require, but... We have a number of FRv6.2.16 Reports t…
  • Richard Stephens wrote: » I have no idea of what is keeping the PDF button from launching its dialog. (This is frustrating!) G'day Rick, Which "edition" of FRv6 do you have (i.e. do you have Source)? On this old machine I only have FRv5…
  • alfapf wrote: » I need to change the color of exact mark\mark text on certain event using code. Did you read the documentation I recommended? Simon_R's response should have pointed you in the right direction, too. The following link point…
  • G'day Rick, This is a strange one. We have PDF Export in a number of Apps which over the years have been built with FR5.x - FR6.2.16 on RAD Studio / Delphi 10 (Seattle), 10.2.x (Tokyo) and now 10.3 (Rio) [we skipped Berlin]. Our major App has t…
  • G'day Simon, What setting does your Chart have for the property Legend | CheckBoxes? (Oh and I suppose you already know you can move the Legend to another part of the Chart...) Tsch??ss, Paul
  • G'day, I haven't used this myself, but a vague memory says it is possible. I found some "antique" advice with a quick trawl of Goggle, that suggests it is quite easy... http://devzone.advantagedatabase.com/dz/Co...fNo=060213-1745 Hope i…
  • G'day! Have you checked to see if this is covered in the TeeChart documentation? http://www.teechart.net/docs/teechart/vclfmx/tutorials/ Cheers, Paul
  • G'day Francisco, Try this link - it is still working, but I don't know if it is supported by the FR Team. https://www.fast-report.com/public_download...L-en/index.html Cheers, Paul
  • gpi wrote: » Use dcr files from attach Thanks GPI! I have done, and these fix the reported issues. I've left detailed responses with the Support Tickets. Appreciate the fast response to what are really only "cosmetic" problems... [img]s…
  • brodzins wrote: » I noticed that the TfrxColorComboBox component also only shows 32bit, and that is a component that is auto installed. Have never used it, so never paid attention until doing this latest check. I followed the same battle-plan…