fox
fox
About
- Username
- fox
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I do it like this: 1. Insert in reporttitle am frxMemo with following text and font "Courier New" number subject 2. at runtime change Font to your "special font" 3. Add "00494711111" and "example" to number and subject so you have nu…
-
costm wrote: How can i create an TfrmMemoView or other object in an existing report in runtime via delphi code? Thanks Marco Costella See Programmer's Manual Page 23 ff.
-
Waheed wrote: I tried this in the script: Delete (Memo1.Text, Length(Memo1.Text)-1, 1); but it didn't work. Shouldn't the + string sign behaves like standard Delphi behaves? Is this a bug or a non requested feature? Try Memo8.text:=Cop…
-
Maybe this helps ... { Â This example shows a way to hide Barcode after userselection in main programm. Â I have two TfrxMasterData, one assigned to a not used subreport. Â So I can change the parent of TfrxBarCodeView like following ... } proce…
-
Hi, using following sequence - it dosn't work frxReport1.ReportOptions.InitString :='!R!AMCR E,XYZ;EXIT;'; frxReport1.ShowReport; When printing to File, there is no sequence in the file. I need the InitString to start the printer-typica…