starhu
starhu
About
- Username
- starhu
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
gpi wrote: » Use second TfrxReport page and assign TfrxReport.Dataset with contracts dataset. Report will be prepared for each record of dataset Maybe you misunderstood me in this. It doesn't matter how many records are in the dataset it w…
-
gpi wrote: » Uninstall all instances of FR, remove all FR's files and folders (see hidden and system folders too) and then install FR 5.6 thank you
-
peleus wrote: » Hi starhu, how did this work out for you? I assume well? Hi, Not really. I created the datasets dynamically and I got the same error. I needed to create the Reports from 0 level [img]style_emoticons/<#EMO_DIR#>/ma…
-
Thank you, I'll try.
-
Nobody?
-
Michael wrote: » Hello! We are sorry - latest some months we have worked on compatibility with "Pulsar" by Embarcadero. That is why release of FastReport 5 was delayed. When I bought Fast Report 4 more than a year ago you said that versi…
-
Thank you for the answers. I am quite sad it won't be resolved
-
technisoft wrote: » '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 wit…
-
Hello, Additional information to my previous post: The customer found a sheet with the following printed on it: Pcl XL error Subsystem: Kernel Error: Illegal Tag Operator: 0x60 Position: 52 I don't know if this error may be related t…
-
technisoft wrote: » Memory problem? Insufficient memory (maybe a memory leak in FR) or memory which is suspect in a region which is only used on 2nd and subsequent prints. Everything points to thsi computer being the problem. How to convince …
-
gpi wrote: » See a demo in attach Thank you very much! I tested it and it works very well! I will try to adapt it to MySql tables but I think there won't be any problem.
-
gpi wrote: » No test project - no comments Did you try to detrermine last record in TfrxDataSet.OnNext event? Hello, I attached a simple project. If you click on the button you will see that one record is repeated twice. (by ShowMess…
-
No comments?
-
I know what the problem is (I don't know yet the solution): on the Masterdata I create everything on the fly so the dataset is not set -> this way it doesn't move the main dataset
-
Yes, the Master-Detail link is set - this is what I meant by "In Delphi the Client is called properly: when I click on a name I can see the phone numbers associated with that person."
-
gpi wrote: » Try frxReport.PrintOptions.ShowDialog := True; while not InputDataSet.Eof do Begin // some processing here frxReport.PrepareReport; frxReport.print; if frxReport.PrintOptions.ShowDialog then frxReport.PrintOptions.ShowDialog := …
-
gpi wrote: » 1. No, you can't 2. What you mean? Properties or description of properties? Hello, Thank you for your answery. I have attached a picture. Everything is in English except the captions of the tabs and the backpicture value…
-
Mick.pl wrote: » You can easily run my example with FR compiled demo - it uses demo database and its pictures of fish. Mick PS. Sorry for misunderstanding your former post. Hello Mick Thank you very much for your example. Today I …
-
Mick.pl wrote: » When I log in I can open both files [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> I attach PDF file again and JPG of the part of first page. If you aga…
-
Mick.pl wrote: » Have a look at attached PDF file with the result of my tests. And if you find it interesting then source code (fr3) is attached as well. Thank you. It is interesting, I can download the Fr, but if I want to download…
-
Anu de Deus wrote: » Before I can present you with my solution can you tell me if Text1 to Text4 are the data values for different fields of the SAME record, i.e. the same animal, with same picture, and your picture and all MemoViews are in the sa…
-
gpi wrote: » Try to place each memo on separate child band and set child bands visiblity in script depend on the value of Kind Hello, My problem is that there is a picture at left side, and the texts on the right (have a look at the pi…
-
Hello, Thank you for the answer. Do you mean this function in Delphi?
-
I solved it like this: Text := 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx…
-
gpi wrote: » Use TfrxMemoView(Sender).Text:= 'something'; Thank you, it works perfectly
-
gpi wrote: » Use ColumnLevels + ColumnTotalMemos.Visible property
-
Anu de Deus wrote: » Any memo text value will have a CRLF in the end. You could do this: lTxt := memo1.text; // Internally, it will have 'Joe'#13#10 delete(lTxt,length(ltxt)-1,2); Memo1.text := lTxt +' Smith'; Thank you very much I wi…
-
gordk wrote: » why not try doing your calcs in the obp of the band rather than using the iif function in the memo and pass the whole string expression into the text of the band. memo1.text := 'sometext' +' ' +'[expressionwith formatstring]'; it…
-
shainam wrote: » Got error opening your zip.. Hello, I wrote previously that the correct file is at http://invitel.hu/csillagzs/fr_error.zip I tested it, it works.
-
starhu wrote: » starhu wrote: » sorry, but I can't open your zip I have uploaded it again. It might have been damaged it during the prev. upload. This forum system damages it. You can download it from http://invitel.hu/csillagzs…