AutoCount Barcode Troubleshooting: Barcode Printing-Print button is greyed after printing done

From AutoCount Resource Center
Revision as of 07:46, 28 August 2022 by LaySwan (talk | contribs) (Created page with "'''Question:''' After I clicked on print and the printing is done, why the “Print” button is greyed? File:Print button grey1.png <u><b>Possible Reason:</b></u> The existing printing is using Barcode Template with long description.<br/> When description characters exceeds the maximum characters, it causes Barcode log unable to generate and the progress is not completed. Print button is disabled when such progress is not completed. File:Print button grey2.pn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Question: After I clicked on print and the printing is done, why the “Print” button is greyed?


Possible Reason:

The existing printing is using Barcode Template with long description.
When description characters exceeds the maximum characters, it causes Barcode log unable to generate and the progress is not completed. Print button is disabled when such progress is not completed.


The maximum of length for BarcodeTemplateName is 50 in BarcodeLog table.


Solution (1):

Shorten the BarCode Format Maintenance’s description.


Solution (2):

Extend the maximum length for the column BarCodeTemplateName in BarCodeLog table.


1) Search and open SQL Management Studio from window search.


2) Click the database name and Execute the below query:

ALTER TABLE BarcodeLog ALTER COLUMN BarcodeTemplateName VARCHAR (220) NOT NULL


3) Now, after the first print done, log is successfully generated and the print button is enabled.


By: Park Yao 220816, Lay Swan 220826, P220826



Go to menu

AutoCount Accounting 2.0 & 2.1


AutoCount Accounting 1.8 / 1.9
AutoCount Payroll
AutoCount POS


AutoCount On The Go
AutoCount Accounting Plug-In Documentations