eCount Notepad Print Codes Reference Guide

Last updated Jun 25, 2026

This article provides a complete list of the eCount Notepad printing codes, showing how each code is written and an example of its use.

đź“‹ Overview

The Notepad file uses special codes to control page layout, fonts, dates, and data grid output when printing reports in eCount. Below is a table that lists every code, its purpose, and a sample syntax.

Sr. No. Description Start Code End Code Example
1 Page Setup — To Start the Page ^27^^67^ Size of the page / 3 ^27^^67^^24^ — IF you have page of size 8 inch
2 To write Column Name @# $# @#DeliveryNo$#
3 To set the size of column character {}n n = number of characters @#DeliveryNo{}06$#
4 To start printing column name after some space from start of the page N<- N = number of spaces @#23<-TruckNo{}16$#
5 To increase the font size ^14^ ^20^ ^14^@#DeliveryNo{}06$#^20^
6 To reduce the font size ^27^^77^ ^27^^80^ ^27^^77^@#DeliveryNo{}06$#^27^^80^
7 To give a bold effect to the fonts ^27^^71^ ^27^^72^ ^27^^71^@#DeliveryNo{}06$#^27^^72^
8 Increase font size + bold effect ^14^ ^27^^71^ ^27^^72^^20^ ^14^^27^^71^@#DeliveryNo{}06$#^27^^72^^20
9 To reduce the font size more ^15^ ^18^ ^15^@#DeliveryNo{}06$#^18^
10 To print the current date ~date @#DeliveryNo{}06~date$#
11 To print in decimal format ~decimal @#Silak{}07~decimal$#
12 To print data right‑aligned ~right @#DeliveryNo{}07~right$#
13 Skip line if value is zero ~decimalnonzero @#DeliveryNo{}07~decimalnonzero$#
14 Report a specific line from file ~reportsetup @#2<-Line1~repotsetup$#
15 Data Grid – print data from a data grid ~dg @#PackName0{}25~dg$# (prints first column/word)
16 Print the date in words ~words @#FreightBy{}43~words$#
17 Print the current time ~time @#CurrentDate{}12~time$#
18 Break the page ^12^ ^12^
19 Count the number of pages @#PageCount$# @#PageCount$#

đź’ˇ Tip: Combine multiple codes in a single line to control layout and formatting efficiently, e.g., use ^14^ for larger font and ^27^^71^ for bold together.

âś… Summary

  • Use the codes listed above to define page size, column names, fonts, dates, and data grid output.
  • Start and end codes are placed around the data placeholder (e.g., @#DeliveryNo$#).
  • Alternate rows in the table help you locate a specific code quickly.
  • Apply ~right for right‑aligned data and ~date/~time for dynamic timestamps.
  • Combine font‑size (^14^) and bold (^27^^71^) codes for emphasized text.

Was this helpful?

Thanks for your feedback!