Meee
Meee
About
- Username
- Meee
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Thanks very much for the info
-
gordk wrote: » // if working with a previously created report load the report first frxreport1.Clear; frxreport1.DataSets.Add(frxdbdataset1); frxreport1.DesignReport; Thanks for the reply, also is there a way to hide the Also it it pos…
-
gpi wrote: » gpi wrote: » However if I don't connect the dataset to the report, I don't get the field list appear on the right of the report Did you set TfrxUserDataset.Fields property? yes I have a list of the fields there. meee
-
gordk wrote: » the same dataset should not be connected to the report and the band. Thanks for the info, However if I don't connect the dataset to the report, I don't get the field list appear on the right of the report. If I don't connect …
-
gpi wrote: » See PrintStringList and PrintArray demos Thanks so the best approach would be to use frxReport1GetValue ? meee
-
gordk wrote: » Look in your \fastreport 4\demo folder Could you point me to the demo in the \fastreport 4\demo folder which uses a listview thanks meee
-
gordk wrote: » do it at the top not the bottom, incease the space between the band top and the top of the memoviews shift the memos tops down Thanks that did it
-
gordk wrote: » white space is created by making the band height greater than the memoview height. thanks for the info, however as mentioned the text length will vary so sometimes it will be 3 lines and sometimes 10. IF i increase the white sp…
-
gpi wrote: » TfrxReportPage(frxReport1.FindObject('Page1')).Font.Size := 12; Thanks Meee
-
gpi wrote: » TfrxMasterData(frxReport1.FindObject('MasterData1')).Font.Size := 12; thanks how would I do the whole report rather than a band? meee
-
gordk wrote: » if the memoview's parentfont property is set to true you only need to set the bands font size to change all the memos within a band. and to go a step further if the band's parentfont property is set to true you can modify all by …
-
gpi wrote: » Use in Delphi frxReport1.Script.AddForm(Form2); in TfrxMemoView [Form2.Edit1.Text] Thanks
-
thanks for the help Also one more thing I need to access some varibles from inside the report events that are stored in another form in the project, could you tell me where I would put the uses clause to in the script thanks meee