gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Use TfrxOverlay band or ask your question in FR Studio forum
-
Yes, it's possible Try to print pages 1 - (n-1) on first printer and page n on second printer in TfrxReport.OnPrintReport event
-
Try to use TfrxOverlay band or such code (for TfrxMemoView) procedure TForm1.frxReport1EndDoc(Sender: TObject); var p: TfrxReportPage;     m: TfrxMemoView;     i: integer; begin     frxReport1.Preview.Lock;     for i := 0 to frxRe…
-
Try to use TfrxMemoView with expressions. See an User's manual for more info
-
if not Engine.FinalPass then This is correct code
-
Try to place each memo on separate child band and set child bands visiblity in script depend on the value of Kind
-
Try to write user function to decode number (1, 2) to text (USA, Russia)
-
Use script in TfrxMemoView.OnBeforePrint event
-
Yes. FastCube support D2010 and XE
-
FR don't add margins when print splitted pages. Try to add empty space when prepare report
-
Set MasterData1.RowCount to 1
-
Try to use overlay band with vertical line
-
See InteractiveReport demo in Demos folder
-
Use TfrxMemoView(Sender).Text:= 'something';
-
Attach your project here
-
This is forum for FR VCL, not FR .Net
-
wrote: Custom Functions Connection to Report FastReport has a large number of built in standard functions, for use in report designing. There is also the ability to connect (add) your own custom functions. Function connection is performed using…
-
Try to use TfrxReport.Calc function or OnAfterPrint event
-
Use user function. See a Developer's manual
-
Set cell's function to cfNone
-
Try Chart1.Series[0].Active := False;
-
Try to change frxReport1.ScriptText
-
You can found a sample in C:\Program Files\FastReports\FastReport 4\Demos\PrintTable folder See a Programmer's manual wrote: 1.20 Printing TTable and TQuery The initial example???s code is located in the ?«FastReport???s Demos\PrintTable?» ( …
-
See PrintTable example in Demos folder. Use cross-tab with one row, one column and one cell
-
wrote: Yes but in this example i see the dbcross tab object Yes, this example uses cross-tab object, but without totals, titles and etc. Just simple table wrote: will be nice field in table be editable Use TDBGrid for table editing