toggle menu
FastReport Forum
FastReport Forum
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Fast Reports Products
›
FastReport 3.0
how can i print without any hint
wsp_731
August 2005
edited 11:15PM
in
FastReport 3.0
I want print a sheet without any hint,just like ,when i press a button,the printer begin to print without setprint and print preview,who can help me?thinks
Comments
wsp_731
August 2005
edited 11:15PM
it is direct print,it is very simple if use reportbuilder but it can't in fastreport?
wsp_731
August 2005
edited 11:15PM
Im using FR 3.15 and I want to print directly I mean without any dialogs, How I can do this, thanks
wsp_731
August 2005
edited 11:15PM
Noboday can help me?
wsp_731
August 2005
edited 11:15PM
who can help me ,i waiting online
msalinas
August 2005
edited 11:15PM
Hi,
Try this:
if frxReport1.PrepareReport then begin
frxReport1.PrintOptions.ShowDialog := False;
frxReport1.Print;
end;
Regards.
Leave a Comment
Paragraph
H2
Toggle Heading Menu
List Unordered
Toggle Heading Menu
Quote
Toggle Heading Menu
Paragraph
Paragraph
H2
Heading 2
H3
Heading 3
H4
Heading 4
H5
Heading 5
List Unordered
Bulleted List
List Ordered
Ordered List
Indent
Indent
Outdent
Outdent
Quote
Quote
Paragraph Code Block
Code Block
Spoiler
Spoiler
Bold
Italic
Strikethrough
Paragraph Code Block
Link
Close
Emoji
Embed
Home
•
FastReport 3.0
Comment As ...
Comments
Try this:
if frxReport1.PrepareReport then begin
frxReport1.PrintOptions.ShowDialog := False;
frxReport1.Print;
end;
Regards.