Default Avatar

theodore

theodore

About

Username
theodore
Location
Greece
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Hello... I tried to do the same from onbefore script... I got the error 'undeclared identifier series' ....
  • Hello... See developer-manual-en, page 38-39, way 2... It explains everything.... Regards Theo
  • Hi try Form1->frxReport1->Variables->Variables[" Editor"]=NULL; //notice the starting space - as before. To add a kategory you must start the kategory name with a space!!! A kategory is needed to add the variable in. If you do not have …
  • Hello... You have to pass a variable: 1.Form->frxReport->Variables->Variables[" variablesfromprogram"]=NULL; // to add a kategory named variablesfromprogram (notice the starting space) 2a)Form->frxReport->Variables->Variables[…
  • Hello You can use the OnBeforePrint event of the band displaying the "notes". There use the "FIELDISNULL" function to determine if the field is empty. Then do change the memo's and/or other components visible,height,width, stetched properties ac…
  • Alex you made the point for zsleo....: First goto and remove fs, then install fr3. It should be ok... Thanks... I will try the solutions...
  • Hi aleha... I had this problem too. To solve it you must use TfrRxRichView instead of TfrRichView To use (and have) this component you must unistall fast report, install rx lib ver >=2.60 (freeware can be found very easy), then goto fast repo…
  • Hello.... I am waiting too, for the cbuilder ver.... As i posted a long time ago, i think that Fastreports must make upgrading (not new) to 3.0 possible even if the product is not 100% ready cause is an essential tool and we need to get "compatibl…
  • gordk wrote: you may be entering an impossible string try '[whatyouwant]' ot ''''+'whatyouwant'+''''the parser just like delphi strips leading trailing apostrophes so it is just like building a filter string. also remember the underlying query/…
  • BCB 6.0? Thanks
  • Got it... Thanks....
  • Hello again I discovered the problem (maybe a bug but obviously something not covered elsewhere) and reported to support. The problem is that: When you use a report object to print diffirent frf's, if at least one frf has an error on onbeforeprin…
  • Sorry, here is the code begin ExamName.Visible:=false; BackGround.Visible:=false; ExamNameFollow.Visible:=false; NameTitler.Visible:=false; LabelExamName.Visible:=false; ResultAsTitle.Visible:=false; RestResult.Visible:=false; Result.Visibl…