gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Unblock file from Windows file's properties window
-
Unblock file from Windows file's properties window
-
Try to split your masterdata band on several child bands
-
wrote: I have a more difficult - unusual perhaps? - question. If a Memo's data is the same as it was in its previous occurrence, I want it to be invisible (Visible:=false), but visible once again the data changed. But it is also important for the …
-
Try to fill Fields property of TfrxUserDataset
-
FR Embarcadero Edition dosn't support internal datasets. So, easy way - install FR Trial and convert Rave reports. Other way - comment all references to internal datasets classes in ConverterRR2FR.pas
-
Try to use condition like FormatDateTime('dd.mm.yyyy', )
-
See User's manual "8.4 Chart completion from Script" chapter
-
No solution. TfrxRichView and TfrxMemoView with HTMLTags exparted as images
-
See a Developer's manual "Custom Common Controls Writing" chapter
-
No. Autoswitch will be available in FR5 only
-
Attach small demo project here
-
You can't do it with FR. Try to change your printer driver settings if your driver support such feature
-
I don't use virtualtreeview and QR, but I think you can use two TfrxUserDataset
-
Try to set TfrxReport.PreviewOptions.Maximized to False
-
Set main form ShowHints property to True
-
wrote: or what it did Changed page dimensions when lanscape orientation selected This property doesn't used now
-
Hello, See a Programmer's manual "1.12 Creating a report form from code" chapter
-
Try to use report with subreport (for Same data from DataSet)
-
I think this property should be removed   published     property Copies: Integer read FCopies write FCopies default 1;     property Collate: Boolean read FCollate write FCollate default True;     property PageNumbers: String read FPage…
-
You can use only one connection from Delphi's form in report
-
I think there are no such feature in XLS export filter
-
Try to wtite user function to access TfrxOLEView.OleContainer from Delphi's code
-
FR don't have such function. Use TfrxMemoView
-
1. TfrxReportPage(frxReport1.FindObject('Page1'))).Bin 2. uses frxPrinter; frxPrinters.Printer.PaperNameToNumber()
-
See a modified report tempate from FRDemo in attach
-
I think you should create a topic in .Net forum
-
Attach small demo project with problem
-
See FRDemo "What's new in FastReport 4" section "Reset page numbers" report
-
Try to assign MasterData with first dataset, add several DetailData with RowCount=1 and go to next record of another datasets in report's script