gordk
gordk
About
- Username
- gordk
- Location
- St.Catherines On. Canada.
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
some unfortunately are trial and error, there are a number of things that can be found in the changes text files as well, IIRC the old style progress was added way back when changing from fr2 to fr3.
-
Click on the product page here in the header for this forum click on the download button on the next page.
-
try changing the oldstyle progress setting of the tfrxreport component from false to true. this might help you out.
-
go back and read your programmers manual again (Creating a report from code ) and you shouldl see the errors you are making. When you add an object to the band set all the properties for the object after you create it. when adding more than 1 memo…
-
no you cannot the value property of a tfrxmemoview is only available after the memos expressions have been processed and they only contain the value of the last expression processed.
-
do it from outside, set the preview options after loading the report and before calling showreport.
-
no training read the programmers manual, the user manual, compile and run the main demo and look at the demo reports, build the sample project in the user manual
-
did you not try to set the databand's stretch property to true and the memoview's stretch mode properties.
-
I don't think he does, he seems to have several other names like flogger, floger007 etc and just wastes everyones time.
-
Yes in the obp event of the subdetail write code to check the engine.freespace and if it is not greater than a predetermined value then call engine.newpage.
-
look at the maindemo internal datasets internal query report
-
after loading the report and before running the report you can pass the values to the report variables or you can give the report variables no value and write code for the tfrxreport component's ongetvalue event. read the programmers manual on wor…
-
you need to use nested groups see the maindemo nested groups report.
-
Set the designers properties before calling design report
-
AND if the memo contains more than 1 field or expression only the last one processed is in the value
-
since you did not show your design layout i can't be sure, but i would guess that the data band is sized slightly larger than the line object creating the white space.
-
if your program gives the user acess to the export dialog make sure he has checked embed fonts.
-
read the programmers manual chapter on building composite reports.
-
AFIK yes you can
-
set the groupheader reprint on newpage property
-
sounds like xe2 version or basic version with no code scripting.
-
that is due to the fact that you are 1 stripping the name of the memo and 2 you are not using the ogv event properly. using the ogv event requires a variable with no set value to be placed in a memo using[] to denote an expression that needs to…
-
and if you are trying to pass values in from your program read the programmers manual you can pass values into the report variables after the report is loaded and before calling showreport or prepare report or you can use the findobjectmethod and p…
-
Just remember that the version supplied with xe is a limited version you have no scripting inside the report.
-
a file saved in .fp3 is the preview pages of the prepared/viewed report. and would be called by loading the previewpages. frxreport1.previewpages.loadfromfile('pathand filename.fp3') a report design file is saved and stored as a .fr3 file. and…
-
they will be available for use but will not display in the function tab.
-
read the user manual chapter on report export and report design refrences. and you will see that your design is causing some of your problems. ie space between memos causes blank cells.
-
Read the programmers manual on working with categorized report variables string values from outside the report need to be passed into a report variable using extra string delimiters.
-
that would be a good idea it sounds more and more like that is the problem. here is what i would try first use fr's unistaller to remove fr4 delete the fastreports/fastreport 4 folder use xe3's installer to repair removing the fastreport componen…
-
i would expect something amiss in the original project when you run it. you maybe calling the wrong tfrxreport component to show report