
Freud
Freud
About
- Username
- Freud
- Joined
- Visits
- 6
- Last Active
- Roles
- Members
Comments
-
I sent you the files Thanks Gordk
-
Thanks Gordk, I don't know what happened but when i deleted this code in the footer band : begin if engine.freespace < footer.height then begin Engine.CurY := Engine.PageHeight -footer.height -footer.Height; end; i haven't had the same pr…
-
Sorry, it work fine.... just the path was incorrect Thanks very much gpi
-
Hi, I tried your code but i got this message : raised exception class EFCreateError with message cannot create file 'c:\report\commande.fr3' Also in the first time , i added, for the conv variable in the declaration section : Var FReport:Tf…
-
Good morning, I haven't all the code here it is at home i'll post it in the evening. But the code i posted it's all i have done. Except that i declared FReport as : Var FReport : TfrxReport; Begin conv := TConverterQr2Fr.Create; conv.Source := …
-
i 've got the message : wrote: Incompatible types: 'TTabControl' and 'String'
-
It doesn't work with that line : wrote: LTabS := FTabs[LIdx]; the error is : wrote: Class does not have a default property
-
thanks for your help but it doesn't work yes indeed, wrote: FTabs.Tabs.Add(frxResources.Get('dsCode')); return the index which is an integer so we can't use LTab.visible:= false or true i tried that : wrote: LTabs: TTabControl; …
-
Sorry for the lazy question i found what is, i didn't understood that it had to change in the frxDesgn.pas. in my case i wanted to hide the tab code i just changed the line : wrote: if s <> frxResources.Get('dsData'); by wrote: …
-
Good morning, Excuse me but where is the TfrxDesignerForm.ReloadPages event ? I don't see it in the TfrxDesigner1 component. Thanks for the answer
-
OK it's solved, thanks
-
I used a memoview in a overlay band but the memo is printed on the top and not entirely on the page..........
-
Thank you I'm going to try it