v2afrank
v2afrank
About
- Username
- v2afrank
- Joined
- Visits
- 6
- Last Active
- Roles
- Members
Comments
-
I investigate it a little bit more. It is somewhere in my code. Unfortunately Git does not show any differences between the two version (previous version did not create font.list) What leads to create font.list in fastreport ?
-
wrong topic
-
It is realy simple FastReport.Export.Pdf.PDFExport export = new FastReport.Export.Pdf.PDFExport(); YourReport.Export(export, PDFName); Thats it
-
For who ever cares about it. You can cast it to Integer result :=integer(MyFindComponent(Params[0])); It work
-
Found it. For other it may be usefull. The second parameter in the addvalue function is the heading ( in my example)
-
Thanks a lot. No I have seen this function. I thought I had to modify it somewhere in the Objektinspector or at the checkboxes of the cross-tab editor. I didn't see the cell function in the Cross-tab structure. Now I noticed the drop down menu a…
-
But this is exactely what I have don. I just add a StringGrid1.Cells[1, 1] := 'This is a Text'; in the form create and removed the calculated functions in the Crossreport item. Or did you mean some other functions ? I attached the project. Oh, if …
-
I can export to another format. But I think there is an internal error which needs to be fixed. I can live with the behaviour, although it is not nice. Maybe I'll catch the exception and bring a nicer message to the user. But in my opinion it must …
-
It's really strange. If I export the report via the build in export to PDF dialog and open it in acrobat reader it wors fine. Now If if print it out in acrobat reader via freepdf the resulting pdf file looks good too. So I can't believe it only has …
-
Noone an idea ? Or am I the only one who thinks that this is a strange behaviour ?
-
Hm, I was able to open the file without problems. I compressed it new and attached the file. If you still have problems to open it, I suggest, that you upload a small test object. Maybe I can see what's the problem
-
I don't know what you exactely forgotten, but I attached you a small project printing out the data of a sdf file. Maybe this will help you
-
Fast report supports the SQL Server Compact Edition DB. I'm successfully using it in one of our products. I filled a dataset with the data of the sdf file. In the designmode of visual studio right click on the report and choose select data source. …
-
Thanks, this works for me. I had to change the parameter in prepare from fals to true, because im always using the same report
-
Ok, and how ? Do you have an example ? Just to make clear it is always the same report which is called with different data e.g 10 times. After this procedure I want to have one PDF file containing the data of all 10 reports.
-
I try a push. Anyone an idead ? pinbot?
-
Sorry, I don't understand what you mean
-
Yes, I want to have the summary on the bottom of the page. regardless of how many data I print. But I'm sorry, I tried your trick, but it doesn't work. I used my attached report without any data. I want the summary at the bottom of the report. What…
-
Is the error inside it again ? I tried to import the report with my official version of fast report and the error shows again. (I'm using Version 1.51 of the Designder) Edit: After that I downloaded the demoversion (1.5.36) an succeed to import…
-
Thanks for your fast help. It now works perfect for me. This was the last impulse for me. I placed my order for FR a few minutes ago