Print a defined rtf
Posted: Mon Aug 20, 2007 8:12 am
Hi,
at first: sorry for my bad english.
I'm a trichview nebie. It seems not too be too simple to work with trichview, espezially if one has not too much experience with object-orientated programming.
A very-beginner-question: How to print a given file.
I have the file /home/peter/test.rtf. I just want to print this file to the printer named "HP-Weiss". Therefore i have the Button "Print". I'm missing a beginner-code in the examples for this or did i overlook it?
I have a Form1 with a Button1:TButton and the RVPrint1:TRVPrint. Now i need the code to print the file.
// print the file /home/peter/test.rtf
procedure TForm1.Button1Click(Sender: TObject);
begin
????????
end;
Please fill in...
Maybe it would help others to get fast succes with trichview.
Peter Jensen
at first: sorry for my bad english.
I'm a trichview nebie. It seems not too be too simple to work with trichview, espezially if one has not too much experience with object-orientated programming.
A very-beginner-question: How to print a given file.
I have the file /home/peter/test.rtf. I just want to print this file to the printer named "HP-Weiss". Therefore i have the Button "Print". I'm missing a beginner-code in the examples for this or did i overlook it?
I have a Form1 with a Button1:TButton and the RVPrint1:TRVPrint. Now i need the code to print the file.
// print the file /home/peter/test.rtf
procedure TForm1.Button1Click(Sender: TObject);
begin
????????
end;
Please fill in...
Maybe it would help others to get fast succes with trichview.
Peter Jensen