BruceBiddle
BruceBiddle
About
- Username
- BruceBiddle
- Location
- Nottingham UK
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
gpi wrote: » Set frxXXXComponents.DefaulDatabase property Thanks for the reply but what I wanted to do is have multiple database components in my app and for them to be listed in the dropdown property of the database/connection for all Quer…
-
I too have been looking for this for a long time. A wrapper for WPRichText which worked similar to rich edit would be absolutely brilliant. WPTools http://www.wpcubed.com is the only VCL word processor worth having in your application but the…
-
Try opening the dataset in the dialogs onactivate event. Mydataset.open; You must do this with code when the dialog displays, the report will not open it for you. Regards Bruce
-
Hi Erik The FRdemo gives you some idea how to do this with reports stored as files. If you want to store the reports in a table/Blob field then a little more work is required. There are lots of snippets of code in these forums and the FR docume…
-
>'Invalid File Format' Is this when you try to compile your project in Delphi or when you run it? I have only seen this once before when installing a component, something to do with packages not being compiled in the correct order. >And m…
-
Hi Yaron I havent tried this, it's just an idea! Suppose you create a general report with the band you want to use in it and test it with all the objects you want. Procedure Somefunction; Var StdBand , TargetBand : TfrxReportTitle; // or …
-
Try setting TfrxDesigner.CloseQuery property to False Bruce
-
>So until then I cannot use ODAC queries in the script >engine, right? The only way is use TOraDataSet outside of the report and link/select it for the bands data source. It works fine but you just cant save the SQL/component in with the …
-
Got it Thanks
-
Hi Daniel I've been using ODAC with FR since 2.4+ and it works really well. I had to wrote my own DB engine originally but theres is one available on the old Yahoo groups site (http://groups.yahoo.com/group/fastreport )frODACD6.zip. It's on…
-
See this posting http://www.fastreports.net/en/forum/index....owtopic=924&hl= Bruce
-
Hi Try using quotes Pageheader1.childband := 'Child1' Not sure if it works but it does'nt give an error Bruce
-
Hi Vanderlei I have had this before, I think it was a low resource problem. I have a report which prints 12 small jpegs on each page. With my customer 4 pages printed but on the last one all images were black. My customer rebooted the PC the…