Default Avatar

gordk

gordk

About

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

Comments

  • See my reply to your post in the vcl forum. regards
  • Yes you can first reqirement is to make report 2 pass on the first pass you gather values/counts in arrays, on the final pass you sub the values in the arrays to display variables on the required design page, using if finalpass then blocks of code…
  • a dialog form checkbox has a checked property which can be true or false. a report checkbox connects to a datafield directly. regards
  • try using the lines property of either of the rich objects memos regards
  • Hi Theodore in the report create a userfunction in an obp of the band or script of memo ie myval := myuserfunctionname(p1,p2,p3); you can pass up to 3 parameters out to Delphi at once and it will return 1 result, which you can use or ignore your …
  • hello Steve Also remember to use Notepad or Wordpad to edit your dpk file. if you use delphi and save changes it will strip the ifdefs. regards
  • hi nagoyadam see the messages in topic id 640 and 647 there are some changes to make. regards
  • Lou after all the changes for the oqb stuff,everything compiled ok for me in d7 pro under w98 and wxppro trying all bde stuff first reports demo app ok,usual error on advance crosstab5 report can't run under ide ok from compiled app. regards
  • Thanks Alexander Now it works. just tried with bde under xp will try under w98 later tonite. Then other dbengines. A small suggestion, on a registered users dl page could you add a date field for the available files then one could see if a newer…
  • Hi again Samuray Just something else you guys should note. when fr3 is present fr2.52 wants to put its tools in fr3 tool tab and the dotmatrix export in the fr3 exports tab. regards gord
  • Thanks Samuray It would be nice if it worked. It does allow you to compile but now the oqb button in the sql editor is gone. regards gord
  • Thanks Alexander I tried that already under xp and got no where. I'll go back and retry may have installed oqb improperly I assume compile oqb dpk copy dpl to windows system32 then compile and install oqb dcldpk correct. regards
  • Please post in english regards
  • Hi pbpainter. AlexTZ I can understand the frustration and have experienced it also, Alexander try doing an install following your own installation instructions and you will create the problem every time Do your basic install ie fr7dpk,compile and…
  • Hi it wold be nice if you also posted what you did to resolve the problem. thanks
  • Look at code where you load and run report. typically frreport1.clear; // obvious frreport1.loadfromfile('path&filename.frf'); if not frreport1.prepare report then exit else frreport1.showpreparedreport; regards
  • Hi Roman Understand that fr processes a designpage from top down, l to r, so you cannot modify an object which has already been processed, from code which is processed after, unless you make a report 2 pass, and gather values in firstpass and stor…
  • Hi Dany I can tell you from beta testing fr3 a7, the events and properties your looking for have been added. Hopefully Alexander's work with the help files will soon be finished. regards
  • Dany There is a sample file in the files section of the fastreport Yahoo group it is a modified version of 44.frf and shows additional code required when you have stretching in more than 1 band. regards
  • you are not very clear about what you are trying to do here. a basic norm would be to place a memo in detail footer containing [count(bandname)] regards
  • Hi What had happend was that your memos had become positioned out side of the band. thats why your cut paste worked. It some times happens when selecting a memo with the mouse that small movement while selecting causes the memo to jump up and get ou…
  • first as i said previously sub your page chartobjectname for c c.ChartOptions.ChartType := 3;//actually byte 0 to 4 valid you might have to expand a little internaly, the code i gave you an example of was external where "c" was a variable of type…
  • You probaly missed some thing add a new define in fr.inc for your version of tchartpro. Also add it in requires section of fr7.dpk using notepad or wordpad. make sure it is asking for correct bpl. regards
  • IMHO, it depemds upon question type, if covered in faq.txt, or docs, or by searching forum messages, it may not be answered. regards
  • two things I can think of, did you uncomment the defineprnreset define in fr_printer.pas when you compiled your lib. When you defined customsize paper for the printer make sure you did not in advertently set the print seperator page property. rega…
  • Theodore when you have a problem it would be good to show the code snippet/s in question, we cant't read your mind. Are you in the obp event of a band in a report or an obp event of the report component? regards
  • No you can't the band is not part of the output page. if you want a band to have color use an empty memo(textobject) and size it to the size of the band and set it's background color. see the first report in the main demo. regards
  • IMHO if you are afraid of the customer's abilities to design and write code for a report you should not supply a designer. and if you do supply a designer it is up to you(the app developer) to supply the extra help the end user will need, either in …
  • Dont try to use a subdetail band in this layout it will not work use a subreport,place it in a child band attached to detail2 if you want it after all detail2 records use a detail footer, or set detailband 2 virtual1 record add a subreport to handl…
  • Because you can't read docs about subreport restrictions. regards