gordk
gordk
About
- Username
- gordk
- Location
- St.Catherines On. Canada.
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
the majority of the functions are exactly the same as in Delphi [(IIF(='USD',, "(HERE I WOULD LIKE TO PUT A STRING BUT IT SHOWS ERROR)" ))] you can't put it there. and you have too many () braces if the expression before the first comma is true t…
-
email me your email address and i will send to you directly.
-
they are not in the manuals, they are present in the designer. go to the data pane click on the function tab, select a function the function props and explanation are at the bottom of the data pane.
-
IMHO you should upgrade to the latest version to see if that solves your problem, you are way behind in what you are using. 4.10.6 is current.
-
what version and build of fr are you using?
-
here is a sample .fr3 file for your example demo app.
-
i'll take a look at your demo later to day
-
you did not mention anything about a group header in the beginning, grouping requires it to be handled differently.
-
slight change we should write the code to hide the picture in the oap event of the master band. var ds: tfrxdataset; procedure Band3OnAfterPrint(Sender: TfrxComponent); begin if = ds.recordcount then begin picture1.visible := false; memo…
-
BTW This is not an error there is a number of ways to accomplish this and it is up to the programmer to decide what to do and where to write code. Assuming your page allows 24 records don't connect your master databand to the frxdbdataset. but se…
-
use the ongetvalueevent in delphi it fires when the variable has no value.
-
I don't expect there will be. the last update of version 2 was 2.56 in april 2006.
-
when you open the designer did you set the dataset active menu>Report>Data look at main demo datamodule to see how things are connected.
-
startnewpage setting in a groupheader starts a new page when ever the groupheader condition changes. it is not based on number of records if you are using nested groups make sure you set the correct header also check keeptogether property.
-
read the programmers manual chapter on working with variables. frxReport1.Variables := '''' + (objectname.propertyname) + '''';
-
at what point are you calling frxReport.Variables := '''' + 'New Report Title' + ''''; should be after loading and before calling prepare.
-
what is your function doing? the normal approach would be to set these things in your own dialog form not the reports, then run the report. the value of any report variable can be read from delphi in the events of the tfrxreport component. typic…
-
Don't keep posting asking, when i have time i will get to you. seems like you will always have 8 records. in the event where you check the free space check the line# variable and write code to set the number of times to repeat the child and when…
-
to always print something on the back of a page. you must limit the number of records on the first design page to be only what will fit on one page. you will need to set a dataset for the tfrxreport component it'sself to control the number of time…
-
try replacing the internal [] sets with () there should only be 1 overall set of [] braces
-
1 add a group footer could be 0 height you need this for it's obp event. 2 add a unattached child band size it the same as the master band and duplicate the objects(empty) of the master in it. 3 write code in obp event of groupfooter to check free…
-
yes using subreport objects mdband containing 2 side by side subreports set rowcount prop to 1,allow split to true see a sample in the main demo for basic concept.
-
Simon Read the user manual on groups and aggregates, aggregates must be used in the correct footer also when using variables for intermediate values you may find declaring them at the start of the code page (global to all objects). declaring in si…
-
unless the variable has been given a value, when you preview from the ide you will get an error as the ongetvalue event for the variable is triggered and you don't have acess to the external runtime event handler.
-
assuming you installed the language files make two .frc file that contains all resources (run Res\English\mkall.bat and Res\your language\mkall.bat) these files can be loaded from your application by this code: uses frxRes; frxResources.LoadFro…
-
look at the demos in your fastreport 4/demos folder.
-
use the string to date function
-
assuming your data queries\tables are connected properly do not try to use grouping. page 1 masterdataband connected to masterdata detaildatanband not connected to any data, set to row count of 1, contains 2 side by side subreport objects, e…
-
Paul, Didier is correct it is not working in the rtf memo, you used a standard memoview in your test.
-
of course the ; is just telling you there is an error in the syntax. try [()#n%2.2n]