zebnoon -6 Junior Poster

I have prob. with my printer my printer is Mini Dot Impact Matrix Printer. model AB 300 Kc.
how to setting paper for this printer?

Dani AI

Generated

Note for : receipt alignment on a mini dot‑matrix (AB 300 Kc) is controlled in two places — the printer/driver and the report/page settings in the application — and both must match for clean, repeatable results.

Practical checklist:

  • Set the driver paper size and source first. In Control Panel -> Devices and Printers, right‑click the printer and check Printing Preferences / Printer Properties. Create a custom form (via Print Server Properties -> Forms) when the default sizes do not match the receipt width or form length. Choose the correct paper source (tractor/continuous vs single sheet) if the driver exposes it.

  • Match the report page settings to the driver. The VB DataReport will follow the default printer settings; set page size and margins in the report designer (or explicitly select the printer in code) so the report’s printable area equals the form size. Use minimal top/bottom margins for receipts.

  • Use a monospaced font and fixed line height for predictable column alignment. If DataReport cannot use the custom form, either print with the VB Printer object or send raw text to the printer (generic/text driver or direct spool) so the feed and line breaks are exact.

Troubleshooting notes: print a plain text test from Notepad to verify physical feed and margins. Check the printer’s physical feed mode and paper guides on the unit itself (tractor clips, friction feed position). If pages cut off, increase the page length in the driver rather than forcing extra lines in the report.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.