Default Avatar

gordk

gordk

About

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

Comments

  • Hi Kimo will try later on d7 winxp acrobat 6.? will let you know results ok here also no problems So code seems ok try removing your exception logger from project and see what happens.
  • Hi Kimo Just to let you know i removed your exception loger from project and recompiled under d7Pro fr3 pro ran the test project you sent under d7Pro w98 acrobat reader 5.01...... all works ok no problems will try later on d7 winxp acrobat 6.? …
  • a user helpfile has been added in pdf format got to main page of site IIRC pick documentation when you select doc you want use rclick save as.
    in Docs? Comment by gordk September 2004
  • Hi look at values whole number / whole number 10780000 / 77 result is 140000 so your format string is incorrect
    in divide Comment by gordk September 2004
  • DialogForm.qry.Close; aktLayout := 1707; DialogForm.qry.Open; showband(child1); end it seems like the query is not being reset. this may be a problem when using the same query as the mdband is using. But try this give your query a name lik…
  • see my reply to your post in the news group
  • for this part of your question if Dataset of MasterData1 is [not assigned] or equal to frxDBTest1; When I assing another Dataset's field on to MasterData1, I get an error message like below; The following error(s) have occured: Memo1: Field…
  • You probably missed renaming app objects to fr3 objects ie calls to frreport1.some method should now be frxreport1.some method frdbdataset is now frxdbdataset. You basicly need to duplicate original forms using fr3 components.
  • Hi Brian I'm not fs person but i would expect that since showmessage requires a string you can't pass the buffer to it directly. probably have to write characters in buffer to a string.
  • When using showband it will only appear the number of times you call show band. if you are trying to change the layout if a particular value is encountered in the md band and the Child belongs to mdBand or a band after then in obp of mdband if ex…
  • Please Post in Correct forum!
  • Hi Willi which obp band or report component? where is query fr dialog or delphi form/dm ?
  • try adding extra square brackets around calculation and see if that makes a difference finalvalue := tn."fn"] / [tn."fn"
    in divide Comment by gordk September 2004
  • Open fs5.dpk in note pad or word pad remove refrences to ado and recompile both fs and fr3 libs following instructions in install.txt. This assumes you have source code and not pre compiled dcus only.
  • If you have a registered Pro version, key and source code. When you use custom install and delete some options , ie db engines only the directories and files are set up you must do the compiling manually using directions in the install.txt file.
  • Hi Syntax [Sum([tabeleTemp1."TEMP1"], DetailData1)+ Sum([tableTemp2."TEMP2"], DetailData2)] add square brackets around each member of the expression and then around whole expression. you may have to use the ,1 param after the band name as well.…
  • Use the extended syntax of the sum function [Sum([db."field"], bandname,1)] band name param is bandname of mdband as shown in object inspector 1 param optional, gathers non visible values if used.
    in Sum problem Comment by gordk August 2004
  • For diagonal lines use the shape object, set its shape property to which diagonal you want, bear in mind if you want it to apear on every page you must add it to an overlay band on the design page, and don't forget to add the shape component to the …
  • Yes since you are adding to the emf page (finished out put) you must add the finished result of delphi calc not the expression m.memo.add (FORMATDATETIME('dd/mm/yyyy',DATE)); if adding to a memo on design page which will then be processed you woul…
  • Hi Don I don't actually know what all is included or retricted in free report. but if data is from a tble it must be presorted to meet group conditions. if a query orderby clause must meet grouping conditions. try extended syntax with sum functi…
  • make sure you have manufacturer's latest printer drivers installed. BTW what printer what OS?
  • willi newsgroups are at nntp://198.63.208.239 fastreports.public.binaries. remember a data band is just a place holder on a design page, which controls the formatting of the produced page. it can be connected to virtual n records, frdbdatset, or…
  • the only logical place is in the dialog form at start 2buttons set correct caption and modal result properties for each.
  • Willi if you can get the data into a treelist fr can print the list goto the public binaries news group there is a demo posted there.
  • Thanx theodore The problem is the difference between delphis richedit upon which fr's richedit is based. it does not recognize the version differences in MS richedit dll versions where rx does. Alex if you are using d7 the updated rxlib is in the…
  • Hi The properties of the printgrid columnheader that can't be set from the header prop of the printgrid object can be changed in the grid itself. after activating query and before calling showreport procedure TForm1.Button2Click(Sender: TObject)…
  • Hi Pete here is a link that might help you out as to what you can and cant do in fr versions. http://www.fast-report.com/en/comparison.php
  • What was the rtf produced from originally? program and system please. the only time i have seen this is if for some reason the text only property of the memo is set to true.
  • hi Zico fieldname=aggregatefuntion as eric stated fieldname must be the name of the field as shown in the table. Boy do i feel dumb. thanks to eric. I answered here as it seems there is problems on the newsgroup servers.
  • hi pete you also have to add it to the the underlying delphi form. or you will get the problem you describe. You must do this with any of the addin objects on the fastreport tab of the ide. ie barcode, chart, etc.