Arsip: Gimana Cara Menghentikan Printer ?

 
user image
more 17 years ago

holmes

KK KK Sekalian, Mau nanya gimana cara menghentikan printer ? Aku ngeprint 1/4 halaman A4 tapi kertas yang aku masukin kan kertas A4, Tiap abis ngeprint 1/4 halaman kertasnya keluar semua. Gimana caranya supaya abis ngeprint 1/4 halaman A4 trus kertasnya ga keluar semua alias berhenti tengah jalan ? Jadi isa lanjut print berikutnya..
user image
more 17 years ago

DelphiExpert

Pake direct write ke printer port (LPT, USB) Btw. kamu ngeprint berbasis text (dot-matrix) ato berbasis graphics? (spoll)
user image
more 17 years ago

holmes

@DelphiExpert: Pake direct write ke printer port (LPT, USB) Btw. kamu ngeprint berbasis text (dot-matrix) ato berbasis graphics? (spoll)
Dot Matrix (printer ku epson LX300) Tolong Jelasin sekalian gimana cara direct write ke printer portnya ? Terima Kasih...
user image
more 17 years ago

holmes

@DelphiExpert: Pake direct write ke printer port (LPT, USB) Btw. kamu ngeprint berbasis text (dot-matrix) ato berbasis graphics? (spoll)
Dot Matrix (printer ku epson LX300) BTW aku ngeprint nya dari Quick Report Tolong Jelasin sekalian gimana cara direct write ke printer portnya ? Terima Kasih...
user image
more 17 years ago

DelphiExpert

QuickReport pake spolling, jadi imposible kalo pake report engine ini, di set continues paper pun di printernya tetap aja nylonong. Ada beberapa cara utk menundukkan dot matrix printer, pake report engine yg support misal FastReport 3.X, ZReport dsb. Ato kalo mo coding macam bikin struck/nota di swalayan pake aja AssignFile (Ini udah pernah dibahas):

procedure DirectPrint(Source: TStrings; Port: string = 'LPT1');
var F: File;
  I: Integer;
begin
  AssignFile(File, Port);
  Reset(File);
  for I:= 0 to Pred(Source.Count) do
    Writeln(F, Source[I]);
  CloseFile(F);
end;
OK, hope help u Regards - D.E
more ...
  • Pages:
  • 1
Share to
Local Business Directory, Search Engine Submission & SEO Tools FreeWebSubmission.com SonicRun.com