gordk
gordk
About
- Username
- gordk
- Location
- St.Catherines On. Canada.
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
Marco look in the public.binaries newsgroup i posted a demo there on 3/8/2008 titled demo for newbies. it covers a lot of concepts and should give you some insight. the onbegin page only fires when a designpage starts it does not fire for out put…
-
read the user manual creating reports printing lables there is also a demo in the binaries news group works in fr3 or 4. firs use a masterdataband put the objects in the md band.
-
put a psoft barcode object you will find it at the bottom of the objects tool bar on the far right of your design window.
-
are you using more than 1 design page? or are you trying to group one mdband like the nested groups demo report in the main demo, if this is the case then connect your dataset to the band not the page, also just use the orderby clause in the quer…
-
if you used the psbarcode object and dropped it on the design page you should see the pdf tab in the upper left of the psoft editor.
-
add psfastreport unit to your uses clause of your delphi form and you will find psoft barcode control available in the designer.
-
see the qr2frconverter unit in your Fastreport 4\source folder
-
it did with 2 not with 3 see my reply in your other posting.
-
it is designed for use inside a memo you are only allowed 1 set of [] enclosing the expression [IIF(,,)] so [iif(test expression equates to true, then use this, else use this)] it also looks like you are trying to use fr2 code as the query wo…
-
which version of fr are you talking about i see refrences to fr2 and fr4? if you are working with fr4 post in the fr4 forum.
-
assuming you are working at the delphi level for begin and end band and not inside the report. use the onbeforeprint event it fires for every object in the report onafterprint is the same procedure TForm1.frxReport1BeforePrint(Sender: TfrxRepor…
-
you have not missed the exporter exports as bitmap. see the user manual limitation on exports.
-
only if you have created a number to text function in a function.pas file and included it in the use clause of your delphi form.
-
just as Anu showed you run a filexists test on the string if file does not exist do something else. BTW you must have created a filexists function to be able to use it.
-
read the programmers manual on building composite reports you only use 1 frxreport component.
-
you will also find more about it in the wizards section of the users manual.
-
in the sql editor menu bar at the far left first button
-
inyour memo in the group footer in editmode select the aggregate button and build your aggregate expression.
-
no you can not.
-
you have an old bpl from a third party control which needs to be updated new version of fr4 older version frxadvpicture 4.4 is typically one that would cause this. uninstall fr4 remove any old frxbpls thenre install
-
start by reading the programmer's manual(workingfrom delphi, the user manual(working in the report), compile and run the main demo. typical basic call would be frxreport1.showreport.
-
this staement makes no sense "I am not use the tfrxrichtextobject. I just pre-created TfrxRichView in a report. Load the report from file." what do think a tfrxrichview is? a richviews richedit text is a 0 based array of lines of text any how t…
-
you create your own functions to pass out the values to delphi. here is another you might try this reads props but you might be albe to set as well. delphi form code procedure TForm1.Button4Click(Sender: TObject); begin frxreport3.Clear; frx…
-
i think what you are not understanding is that a tfrxdbdataset is an external(to the report) connection to data it opens closes and moves through the data it is connected to and retreives field names. it does not handle setting of properties of t…
-
IanT wrote: » < are you trying to build client/server apps as per the c/s demos? > No, it's a local TClientDataset loaded from a file then handled in memory by midas.dll. so you connected the tfrxdbdataset to the memtable or the tcli…
-
when you add a query data object on the data page of a report select sql when the dialog appears you will find the query builder available in the dialog menu upperleft corner. take a look at the main demo internal datasets internal query report. …
-
see the user's manual crostabreports adjusting cell width work with max width and minwidth props.
-
what is your tfrxrichtextobject connected to a database field or preloaded rtf file? and show all the code of this pb event.
-
we seem to be misunderstanding each other. are you trying to build client/server apps as per the c/s demos?
-
out of the box means nothing (one needs to know which box). what version build and level of fr are you using. i'm thinking you might be in the wrong forum