Default Avatar

dagarik

dagarik

About

Username
dagarik
Joined
Visits
0
Last Active
Roles
Members

Comments

  • gpi wrote: » procedure Edit1OnKeyPress(Sender: TfrxComponent; var Key: Char); begin   if not (Key in ['0'..'9', #8]) then Key := #0;                             end; thanks @gpi it works fine
  • wloeppky wrote: » FAST Reports 5.5.11, Delphi XE5, I have a pretty straight forward report with a Master band, no detail bands. Off of the master band I require about 15 child bands of varying size. I can't add them all on one page in the desig…
  • gpi wrote: » Try to modify frxExportDOCX.pas: w := Round(m.Width * 360000 / fr1cm{m.MMWidth * MMFactor}); //change this line h := Round(m.Height * 360000 / fr1cm{m.MMHeight * MMFactor}); //change this line id := 'picId' + IntToStr(FPicNum); pic :=…
  • You could use subreport object best regards
  • Polomint wrote: » Folk, have any of you raised a Support Ticket? If you've found a bug, or functionality gap, it won't get fixed by us here in these User Forums @Polomint is right, is better create a Ticket, This morning FR solve the er…
  • I have the same problem, there is not still a fix?
  • Nicolas wrote: » Hi dagarik, Good news, after open 2 supports Tickets and 2 months of waitting/pushing the new version 5.4.3 solved this issue. In first this version solved a new problem when DesignTimeExpr is to False (Result on FDQuery on …
  • gpi wrote: » Set TfrxFDComponents.DesignTimeExpr to False thanks, but i need this property in true, because i need the persistent fields on report designer, i'm developing a tool for do reports
  • hi what kind of variable is ""? i.e. system, report, external, if it's a report variable, probably you should initialize the value of variable, zero for example, maybe the current value of your variable is null, in that case, when you preview the…