mve
mve
About
- Username
- mve
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
hm. noone? Thanks!
-
mve wrote: Hi! Yes, and this is changing the printer, isn't it? It works for me too, I can change the printer, but i'd like to change the PRINTER'S BIN! If i see well, the frxPrinter.Pas' SetPrintParams function is changing the bin, but it i…
-
drakinrodop wrote: Hi, I solved this problem like this. First put this oncreate of the form. cboprinters.Items.Assign(Printer.printers); (cboprinter is a combpbox) then Put this code to the OnChange of cbo printers: Frxreport1.PrintOption…
-
martinst wrote: I want to change printer settings by code. Actually it is not a problem but it is a problem when I use Fast Report. With this code I changed the printer tray which the printer must be used: [/code] But when I have a R…
-
mve wrote: what is the correct way? Memo1.Memo.Text := formatfloat('%.2n', )
-
mve wrote: How can I catch that time when the finally text is in the memo.text? Not in onbeforeprint event??? I found the solution. OnAfterData event. but why? Thank you Den, it works!
-
wrote: My function: function Convert(Str:String):String; var i:integer; begin for i:=0 to length(Str)-1 do case Str of 'a': Str:= 'A'; 'f': Str:= 'F'; end; Result := Str; end; procedure Memo2OnBeforePrint(Sender: TfrxComponent); be…
-
wrote: Memo1.Memo.Text := Csere(Memo1.Memo.Text); - it is wrong call, you need try - Memo1.Text := Csere(Memo1.Text); Hi Den! Thanks, but it's not working too Something else?
-
Any idea from anyone?
-
AlexTZ wrote: FR3.0 does not support this. Hi AlexTZ! Thanks for your answer! Bad news for me It makes me hard and long days and night to solve this problem from code