Default Avatar

gordk

gordk

About

Username
gordk
Location
St.Catherines On. Canada.
Joined
Visits
0
Last Active
Roles
FR Team

Comments

  • you should be using page and totalpages
  • you are correct the report cannot see the main form. For passing values to categorized report variables from delphi read the programmer's manual chapter on variables
  • when band output does not work out the way you want use the engine object to check freespace etc and control the band's cury property Read the user manual chapter on using the engine object.
  • But I change memos and pictures place by code. So I can't use childbind." this is probably your problem. items are processed within a band in the order in which they were created. Also when you change an objects position you stand the chance of w…
  • place the objects under the pictureview in a child band.
  • the data you actually retrieve depends upon the data connections of the underlying tables queries as to which is master or detail or subdetail, and how you filter or select data. masterdata, detaildata, subdetaildata bands in a report should be c…
  • a group footer is designed to print after all records matching the group condition. if you want to have something at the bottom of each page or after a certain number of records per page, you can use a column footer band or an unattached child ban…
  • set the design page columns property.
  • set the group header's reprintonnewpage Prop
  • assuming you have an internal db engine set of components installed, add your query component to the data page, click on the sql prop in the oi in the sql edit dialog click on the querybuilder button.
  • tomaz a text object can contain text, expressions, variables or a combination but you are only allowed one set of [ ] around each expression so you must go back and enter the data correctly in the table field. since you are not receiving an error …
  • just to let you know that it is being looked at, and should be resolved in a future release. sorry for the inconvenience, unfotunately the release of codegears radstudio 2009 set many things off track.
  • Did you try the send license by email? if so did you receive it? if you did not, have you changed email address lately or is something blocking your emeil reception. sending it to me would not help you will need to wait for an answer to your supp…
  • i cannot, i don't have access to license keys they are unique to each user. suggest you go to your download page redown load and make sure you copy and paste the correct licence key if that still does not work click on the send license by email bu…
  • the license key should not have changed make sure you have not typed any extra charaters (like a space) after the last character
  • updates within a version have always been free. upgrades from one version to another usually cost depending when you purchase and specials are usually available early. the library is royalty free when compiled into your application.
  • when oldstyle progress is false and showprogess is true the progress is displayed in the status bar at the bottom left of the preview window.
  • try the latest daily build fr4.7.18 if that does not clear the problem, then let us know.
  • is this an fr dialog or external ? what version or build of fr4? code where you load and run report? why not just use the standard print dialog
  • this is not a fasr report problem, it is probably a problem in your install script. you should be contacting installawaare.
  • set the band that contains the stretching memoview stretch prop to true and allow split to true
  • write code in obp of footer band. to force it down to the bottom here is an sample of a summary band just sub your band name where needed. procedure ReportSummary1OnBeforePrint(Sender: TfrxComponent); begin if engine.freespace > reportsummary…
  • sorry forgot about that. try sending an email to Michael Philippenko info@fast-report.com explain your problem without a rant, it may help, i realize it is very frustrating, but you may attract more flies with honey than with acid. I know they …
  • I understand your frustration, i usually don't answer here as i personally do not use the studio product. Did either of you bother to take out an official support ticket by going to the product page and clicking on support rather than relying on …
  • a lot will depend upon where you store what (dataset/table/query) a language flag for a specific customer. since you already have seperate language version reports one may be to run a query retreiving the customer info records you want grouped by …
  • use the source code files from d2oo7 version .dfm .pas etc create new dpk files for d7 changing references from d11 to d7 uses or requires clause for example frx11 would be frx7 compile and install.
  • the message you are getting indicates you have not included the crossobject component from the from the fastreport 4 component pallete of your ide on the form.
  • set the templates extension property of the designer component as you did previously.
  • AFAIK it is sheduled for release in October, so i would expect soon. the studio version is a version for end users who do not necessarily have an ide environment and requires licensing by each user to be able to design reports.
  • first set the display format of the memo(text object) to time format. if your data base is not returning a time value then you must use the appropriate functions to get the data into the corrrect form. typically one would create a variable withan…