how can i print without any hint

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

  • edited 6:04PM
    it is direct print,it is very simple if use reportbuilder but it can't in fastreport?
  • edited 6:04PM
    Im using FR 3.15 and I want to print directly I mean without any dialogs, How I can do this, thanks
  • edited 6:04PM
    Noboday can help me? ;) ;) ;) ;) ;) ;)
  • edited 6:04PM
    who can help me ,i waiting online ;) ;) ;)
  • edited 6:04PM
    Hi,

    Try this:

    if frxReport1.PrepareReport then begin
    frxReport1.PrintOptions.ShowDialog := False;
    frxReport1.Print;
    end;


    Regards.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.