gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 565
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
wrote: I dont see table object or somethink like that, i have only cross and dbcross objects, but they didn't help Did you see PrintTable example in Demos folder?
-
Place two memos on band: for english and arabic text
-
Did you try to set UseGlobalDataSetList to False? EngineOptions.UseGlobalDataSetList (added for multi-thread applications) - set it to False if you don't want use Global DataSet list(use Report.EnabledDataSet.Add() to add dataset in local list)
-
Yes it's possible. FR support Unicode
-
Can you create small demo project with problem?
-
Try to convert to float first
-
I think it's a bug in report engine. So use script as workaround