Default Avatar

gordk

gordk

About

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

Comments

  • In your windows printer driver you must define custom size then it will be available. providing the printer supports custom sizes. regards
  • Hi Temple 2.43 is way out of date 2.51 is latest version however the custom page must be defined in the printer driver for fr to recognize it. regards
  • AlexTZ wrote: change QBAbout.pas to OQBAbout.pas, also change all occurences of 'QBAbout' in the QBuilder.pas and .dpk files. Alexander please clarify which qb files to modify the ones in frsource or oqb source. if your oqb is installed we …
  • Hi i can't remember if you can access condition directly. quotes may be stripped when passing in. or create a variable and use variable in condition expression then just modify variable. regards gord
  • Hi first is the table structure to save the .frf file firstfield must be integer "repid",2nd field must be a blobfield "repdef" another fields can follow. you must hook into the designer components onsave event as described in faq.txt file. Yo…
  • Hi First understand you require a report component for each report to be added to the composite so your underlying delphi form will have 1 composite report component + n report components. for a good example on how 2 load and set the composite see…
  • Hi. First in future please post in correct forum or your question may never be looked at. did you set frcomposite to 2pass, did you refrence each report object correctly. see the demos\reports demo project unit1 for how to load the composite prop…
  • hi Shlomi check the report that has the custom page it may have the selectwhen loaded option checked. if you are using a common report component and calling like frreport1.loadfromfile('whateverreportname'); frreport1.showreport; then calling a…
  • If you are a registered user you will have a userid and a unique password. try http://66.227.63.207/cgi-bin/user/user.pl and supply the info required. regards gord
  • Hi replace www.fastreport.org with http://66.227.63.207 regards gord
  • Hi there is a number of approaches to take 1 give them full design capability by using a datamodule and all the frdbdatasets required and let them design their own reports. 2 limit design capabilities. you can create templates .frt files you can…
  • duplicate pages page1 contains what will fit page2 contains balance set report component to rtmultiple and set its dataset properties. regards gord
  • Hi one way may be to design with 2 detail bands and to turn visible property of bands on or off depending on which one you want. regards gord
  • Hi The basic design of a cross tab allows for that to happen it checks page width and puts overspill on a separate page. When creating other reports on the fly at runtime the programmer is responsible for fitting everything to the design page width…
  • Hi Assuming DescOut is the variable used in a memo(textobject) select the memo then pick the conditional highlight tool add DescOut='*** No Style Description! ***' in the condition field then select what you want from the choices available in …
  • see answers provided to same question in the yahoo fastreport group. gord
  • hi loadfrom file requires fullpathname +filename as a string. check to see what is being returned in the filenamestring from the filenameproperty of fileopendialog may have to look like loadfromfile('+(opendialog1.filename)+') regards gord
  • Hi Oldorf probably because the uses clause of the form containing the report component refrences the datamodule, so the underlying tables can be seen. regards gordk
  • Thanks Samuray Will repost it on the yahoo group as well. regards gord
  • Hi IMHO there are a number of things to consider first powerpack was for 2.47 and not supported by fr directly but by authors of those components. see readme file for power pack. next can't find a dcu file is usually a delphi library search pa…
  • Hi clemens here is an altenate address. gordknightca@yahoo.com regards gord
    in To Gord Comment by gordk November 2003
  • Hi Samuray Thanks for the reply i ended up realizing that after reading a couple of times. IMHO it would be a lot easier if changes were documented like below. Change to fr_class.pas. re header positioning bug procedure TfrPage.FormPage; //…
  • Hi Samuray thanks for fix but unclear as to exactly where it goes. do you want to insert this added code "if not b.DataSet.Eof then begin if b.HeaderBand <> nil then AddToStack(b.HeaderBand); InitGroups(b.FirstGroup);" if not b.D…
  • hi Clemens address is still the same so you should be able to reach me,
    in To Gord Comment by gordk November 2003
  • Hi iwould try a standard page size. Also the unlimited option is only to give you extra height in the designer only,used if you have a lot of bands on the design page. regards
  • Hi clemens Did other reports of your project open ok under 2.51? is there anything special about this report like the design page being set to unlimited height. contact me directly
  • This problem seems to be a very intermitent thing.I haven't been able to reproduce it on my own or customers systems. need all the info you can give customer environment- op system, printer, printer driver vers, vidcard and mem, system mem, networ…
  • are you running in ide or outside, did you recompile app, any message when locks up? regards
  • sounds like you have a variable in your project that is not declared, check your code. regards
  • It sounds like the project is still refrencing old files. when you upgraded fr and compiled the library did you remove all the old library path refrences from the ide. regards.