> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/faqs/printing/set-field-character-limit-in-printing.md).

# Set Field Character Limit in Printing

**YouTube:** [How to Set Field Character Limit in Document Printing?](https://www.youtube.com/watch?v=EH_djDpfikk)

## How to Set Field Character Limit in Document Printing?

In this tutorial, we’ll demonstrate how to **set field character limits in printing**.

***

### Review the Print Layout

* Open the bill preview.
* Notice that fields like **Party Name**, **Rate**, and **Amount** are not printed correctly due to character overflow.

<figure><img src="/files/5ECJSqIYk4eTcoUmxtbV" alt=""><figcaption></figcaption></figure>

***

### Set Character Limits in Sale Multiple Printing Configuration

* Go to **Menu → Configuration → Sale Multiple Printing Configuration**.
* Select the **required series**.
* Under **Print Options,** click on **Print Columns**.
* For each column, define the **character length**:
  * Example: Wrap the *Item Name* column and reduce its character limit.
* To set the limit:
  * Press the **Space Key** and enter the **desired number of characters**.

<figure><img src="/files/nk7T077FrnxNIVJvbWid" alt=""><figcaption></figcaption></figure>

* Save the changes.

Next, update the **Header Section**:

* Open the **Insert Shapes Format**.
* In the header, click on the field to modify.
* Right-click → **Insert Field/Text**.
* Search and select the required field.
* Define the **character length** and save the changes.

<figure><img src="/files/LO7p2ExbLnTDHfsIvSAh" alt=""><figcaption></figcaption></figure>

Now, return to the **Sale Bill → Preview** to verify.\
The **Party Name** and grid columns will now print correctly.

<figure><img src="/files/mr2IS40kXC8qFA9jr2oR" alt=""><figcaption></figcaption></figure>

***

### Set Character Limits in Designer Printing Format

* From the **Menu Bar**, go to **Continuous Printing → Sales Bill Print Designer and Printing**.
* Choose the **configuration and sales bill**, press **Refresh**, and open the **Design Window**.

<figure><img src="/files/U3sbBm9jdNWQHIu0owPb" alt=""><figcaption></figcaption></figure>

* Preview the bill format to confirm the issue.

#### Adjusting Fields

* Click on the **field**, right-click, and select **Field Properties**.

<figure><img src="/files/F6ufVeaNBbIbgFwQQ8Rn" alt=""><figcaption></figcaption></figure>

* Go to **Text → Field Length**.
* Define the **character limit** and click **Format**.

<figure><img src="/files/Clp0qJvrm8mlsN5qMbb7" alt=""><figcaption></figcaption></figure>

* Repeat the same for all required fields.

#### Adjusting Grid Columns

* Open **Edit Bound Table → Settings**.
* Select the **column**, then go to **Column Properties → Column Expression**.
* Define the **character limit** and click **Format**.

<figure><img src="/files/HdraYyrN567GOigpK7LA" alt=""><figcaption></figcaption></figure>

* Save the changes.

***

### Final Preview

* Exit the bound table.
* Save the configuration and open **Preview Print Design.**
* The characters are now **properly aligned and printed** in the format.

<figure><img src="/files/6JMznLuVaLuiNh8Kr06W" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/faqs/printing/set-field-character-limit-in-printing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
