gordk
gordk
About
- Username
- gordk
- Location
- St.Catherines On. Canada.
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
update to lates daily build 4.8.21
-
at the design level before the chart is produced you can set a series active in the obp event of chartview, or obp of band etc. you can't change the chart once it has been output to the finished page.
-
you must write code for onpreviewclick or dblclick events of objects to be interactive, but you can't do what you want from a preview window. as you are working with the final output pages.
-
since you are using a demo version you can only wait until a new demo is available.
-
you may have created the situation by moving all other memos around. within a band memos are processed in the order of creation
-
i cant reproduce it here. Suggest you go your dl page and take out a support ticket.
-
try latest build and see if you still have the problem.
-
you probably have something(dataset) connected improperly. probably connected to the reportcomponent itself in stead of connecting to a masterdataband.
-
probably better to use a childband for the header or in the oap of master write code to get the datasets record count and if zero use the engine.showband(bandname) method
-
make sure you have path and file name. a report remebers its active datasets. and will load them. here is some typical code var rep:tfrxreport; begin if opendialog1.Execute then begin rep := reportdata.frxreport1; rep.Clear; rep.LoadFromFi…
-
as always please post what version,level and buildno of fr you are using.
-
I added a little demo report to the binaries gord
-
pallette Fastreport 4 exports.
-
from your delphi tool palett drop a tfrxpdfxportfilter on your form.
-
inetMark wrote: » Hi. How can I directly export to PDF (in Delphi). I mean, that it will be something like this (i don't want to see preview): frxReport1.PrepareReport(True); frxReport1.Export( {TfrxCustomExportFilter} ); I don't know how to …
-
will take a look later today and get back to you BTW you can email me directly gord@fast-report.com
-
Larry you will have to zip the data file OE blocks mdb s.
-
the row count is static only and only applies when a data band is not connected to a datasource(which controls the number of times the band is reapeated). typically filling space between databand and its footer is accomplished using an unattached c…
-
no you can't as the whole report is sent to the printer. what you really need is a duplex printer fairly cheap these days.
-
the first things to make decisions on which bands to use 1 are we trying to create a copy of a paper form that was used? 2 what elements will appear on every page produced? ie page header, page footer do the page footer firs it is a fixed place …
-
you should probably be master/detail. what is the group header grouping condition? do you want the comments alwas at bottom of page? too many things cant be seen in jpgs post a copy of your .fr3 file in the binaries newsgroup and ill take a look.
-
IMHO basic design, this type of form layout does not work with grouping from a single query.
-
a memoview has a memo property which is a 0 based array of twidestrings memo view also supports limited html tags and most string functions are available in the designer data window function tab page. memo1.memo. you have limited codecompletion …
-
when passing strin values into categorized variables from delphi extra ' are required read the programmers manual on working with variables
-
better to use a parameterized query and pass value to variable. Look at main demo internaldatasets internalquery report look at the sql and the parameters of the query.
-
since you have provided no info as to where and when you are trying to do this. here is a general answer. store values in variables an work with them in what ever event you need to.
-
you are posting in the wrong place please post your topic in the correct forum
-
place your crossobject within a band ie masterdata with a rowcount of 1.
-
yes
-
users manual Script "Using aggregate functions in the script"