
gordk
gordk
About
- Username
- gordk
- Location
- St.Catherines On. Canada.
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
no you cannot
-
Better check your dl page again 5.2.3 is latest
-
sound like you have not connected the mdband to the dataset but have the dataset connected to the tfrxreport component itself.
-
if the data in the child bands subreports takes more than the space available set the allowsplit property to true
-
try the latest version 5.2.2 if that does not help post a copy of your .fr3 file here
-
To late the page has already started to process do it in the empty begin end block at the bottom of the page it's procesased first
-
a band itself is not a printed object only the contents are printed the method would be to add a memo object set to the the band width send to the back and turn on the framelines you want
-
go to your dlpage and sign in you will find al that is available to you http://www.fast-report.com/cgi-bin/user/user.pl
-
the embarcedaro version is not a full version. if you own a full version go to your dl page and download the version for xe7 or if you do nothave a full version delete the embarcedaro version and download the trial version
-
does the main demo memo and pictures report work allright if yes then check how you linked the datafield to the picture view and make sure it's visible property is set to true.
-
1 make sre you have not set a numeric format for the memo view use plain text in the first case leave the content of the memo empty 2 in the obp event of the band containing the memo get the value of the datafield and convert to a string and add …
-
read the programmers manual on working with the variables
-
try working in the oad event of the rtf object here is a sample to strip blank lines procedure Rich1OnAfterData(Sender: TfrxComponent); var i: Integer; s: String; begin for i := Rich1.RichEdit.Lines.Count - 1 downto 0 do begin s := Rich1.Ri…
-
take a look at the masterdetailuds project in the demos folder
-
i ran your compiled intraweb project worked fine for me
-
is report 2pass
-
what version of fr are you using 5.1.12 exports ok for me
-
try either not using the 2.2m add the symbol as text to the memo before the field expression or use custom format strings
-
you can change the memoview's expression delimiter character property
-
yes see the main demo interactive reports urls and anchors
-
i tried your demo in fr5.1.12 and first glance in design i see 2 memos widoed to the page memo i4 and scale memo can you tell me which band they belong to?
-
set the export component's FileName property
-
not easily, as the engine out puts all the records of the first before starting the second so you need to either limit the range of records of the first md band or write code for the onmanual build event to control positioning
-
I would try updating your fr4 to the last version 4.15.13 and see if you still get the error your is a long way out of date
-
you need a master data band not a detail
-
you need 1 more set of () the btest expression must eval to true or false. [IIF( (vartostr() == "TRUE"),'Ja','Nee')] when having problems with syntax try using fr's buily in exptession builder to help. in designer window select the functions …
-
in designer goto data page from the toolbar on the left select the query object and add it to the page you can then access the query properties and select sql and click on the arrow.
-
paul you cant use a summary band if you are handling more than 1 invoice in a report.
-
take a look at the main demo basic reports nested groups and masterdetail for ideas. only use the page footer for things like page number or total pages that you want printed on every page. ie header masterdata detail header detail detail foo…
-
the language for this forum is english please repost