how can i print without any hint

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

  • edited 11:15PM
    it is direct print,it is very simple if use reportbuilder but it can't in fastreport?
  • 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
  • edited 11:15PM
    Noboday can help me? ;) ;) ;) ;) ;) ;)
  • edited 11:15PM
    who can help me ,i waiting online ;) ;) ;)
  • edited 11:15PM
    Hi,

    Try this:

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


    Regards.

Leave a Comment