Freud
Freud
About
- Username
- Freud
- Joined
- Visits
- 6
- Last Active
- Roles
- Members
Comments
-
In fact I posted a similar topic a a year ago and had and answer to it, I completely forgot it. The solution is to use TfrxMasterData with RowCount = 1 instead of TfrxHeader So the problem is solved.
-
It 's ok for the DesignReport method I found it and localized the problem I contacted FR support. Thanks again.
-
Another information, it happens only with clientdataset connected to firebird query and with paradox table in another application.
-
OK thanks Just a question, in which file can we find the DesignReport method ?
-
I am not changing the page's dimensions but changing columns height in the page. Sorry I didn't explain correctly I mean my columns are well drawed instead of my pages are well drawed So it is not the page I want to reduce but the columns heig…
-
Polomint wrote: For the benefit of others with similar problems, could you explain how this was resolved? Sorry I had to explain that but I don't know exactly from where it comes I am using FR from delphi 7 the problem occured from the dat…
-
Problem solved
-
I had to call the procedure draw_column in Page1OnAfterPrint. So, the problem is solved Thanks
-
I use an overlay band and the procedure below for drawing frame and call it in the Page1OnBeforePrint: procedure draw_columns; var   idx:integer;   obj:TfrxView; begin   for idx:=0 to header.objects.count-1 do   begin     obj:=TfrxView…
-
Thanks gpi
-
It works ! Many thanks gpi
-
Thanks for the answer gpi I did not understand by TfrxMasterData with RowCount = 1, anyway I tried your solution but not works. When one of the masterdata has no data to print all the memos contained by the footer band are not printed. Here is …
-
I already used the two version in my fr3 files. In my disk I have these versions. Anyway I installed the last version frxAdvPicture 5.00 as you advice and now it works fine. Thanks GPI
-
Thanks for the answer. Sorry I did not mentionned that the fr3 file contains the TfrxAdvPictureObject component anyway it is in my attachment I posted here. Is the TfrxAdvPictureObject is also called TfrxAdvPictureView or is not the same compone…
-
Hello, I noticed that in the second machine when I drop a TrfxReport on a form I can set the background image. So FR is well installed on that machine. The problem comes when I move the project from the machine to another.
-
I only changed my own variable so it solved Thanks
-
Sorry, I thought that I wrote the line frxReport1.EngineOptions.MaxMemSize and it wasn't the case. So my problem is solved with : frxReport1.EngineOptions.MaxMemSize:=200; frxReport1.EngineOptions.UseFileCache:=True; Thanks gordk and have a go…
-
Thanks gordk I tried with 1 and 2 pass in the component and by code. I also tried with the lines below : frxReport1.Clear; frxReport1.EngineOptions.DoublePass:=True; frxReport1.EngineOptions.TempDir:=Pathname; frxReport1.EngineOptions.MaxMemSi…
-
Hello, Your solution works thanks gpi
-
Despite I changed the method without using the call of datasetname since it worked for me I will try your solution tomorrow thank you gpi
-
I have made the call with the dataset wich appear at the right panel in fr editor. I have change it to frxDBDataSet1 as your advise so it doesn't work too. Anyway, I left this method and directly assigned memo to dataset I don't know why it doesn't…
-
I mean I get an empty PDF Sorry for my english
-
I found the solution. Thanks
-
It works Thank you very much gpi
-
Hi Gordk, Sorry, I should had to post again to mention that I solved the problem. I used the frxReport1.PreviewPages.SaveToStream(Stream) to store as fp3. Thanks you very much
-
Thanks for the reply gpi, I tried it but doesn't works : frxReport1.PreviewPages.Export(frxPDFExport1); The exportation is done the number of pages in pdf files is right but get always blank pages in pdf file
-
Good Morning, It works fine !!! Thank you very much gpi [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />) Best Regards[/img]
-
I posted them in the binaries NG As for the bad format error maybe because its containing a password and stored them in a paradox table ? i retrieved the .fr3 from the table before sending ? anyway i deleted password when i sent them in the f…
-
ok iam going to send them zipped in the binaries NG Thanks
-
ok thank you Godk and sorry for the incorrect posting i will post those files again in the correct newsgroup