Default Avatar

Mario9a

Mario9a

About

Username
Mario9a
Joined
Visits
0
Last Active
Roles
Members

Comments

  • technisoft wrote: » What does it do? Give and error or does it just not work? What is 4.2's unit, centimeters, inches? What is the value supposed to be when if <= 0? Thank you tecnisoft My code was OK but my height to small I …
  • Mario9a wrote: » Mario9a wrote: » FR Basic doesn't supports scripts Thank you M.Gpi I will upgrade for standard edition Thank again Mario Hi I upgrade my fastreport for Standard my problem is I will like to c…
  • gpi wrote: » FR Basic doesn't supports scripts Thank you M.Gpi I will upgrade for standard edition Thank again Mario
  • Mario9a wrote: » Mario9a wrote: » Mario9a wrote: » Where I will write my code Use TfrxMasterData.OnBeforePrint event If = '' then MasterData1.Height := 2 * fr1cm else MasterData1.Height := 4 * fr1cm; Thank you I don't u…
  • gpi wrote: » gpi wrote: » Where I will write my code Use TfrxMasterData.OnBeforePrint event If = '' then MasterData1.Height := 2 * fr1cm else MasterData1.Height := 4 * fr1cm; Thank you I don't understand why I'm not open …
  • gpi wrote: » gpi wrote: » image:=' c:\rep\logo.jpg'; //<<<<................ error here But you can't assign TImage object with string Use TfrxPictureView(frxReport1.FindObject('Picture1')).Picture.LoadFromFile(' c:\rep\logo.…
  • Thank you I find my problem because I dont create my variable inside my frxreport My problem is Ok I very apreciate your help!! thank a lots Mario
  • Hi Sorry I have the same problem with your anwser. frxReport1.Variables.Variables := tps; The variable tps is numeric(real) the value for tps is 0.05 for 5% tax I don't find my problem Thank you for your help Mario
  • Thank you I have error when I test error message : Sysmemo6.error in expression 'undeclared identifier : 'tps' my method is inside delphi XE2 var variable: tfrxvariable; begin variable:= frxReport1.Variables.Insert(1); vari…
  • Thank you Just information How to config variable TPS in Delphi for calcul inside my report ex: in my prog .. var tps : real; begin tps:=0.05; .......... how to transfert in fastreport Thank you Mario
  • Thank a lot It possible to replace 1.1 with a variable ex: [(SUM(*TPS))] Thank again Mario
  • Thank you Is very good answer. You are a pro Thank you again I appreciate you help Mario
  • Thank you again I change my method I will create a new fastreports(lots problem with the converter) I have a question again It is possible to change a titre (value) of my rapport before print or preview with my program (code) delphi X…
  • Thank you I'm ok Mario
  • Thank you for your help!! Just other question I have error conv.Target := frReport1; frReport1 variable not declare and FReport.SaveToFile('converted_fromQR.fr3'); Freport variable not declare Thank you Mario
  • gpi wrote: » Using: conv := TConverterQr2Fr.Create; conv.Source := QuickRep1; conv.Target := frxReport1; conv.Convert; frxReport1.SaveToFile('converted_fromQR.fr3'); Thank you Just information When you use this code at the same pla…