Type search words and press enter
Seamless e-invoicing is now at your fingertips. Check out our self-help videos.
https://help.tallysolutions.com/docs/td9rel54/td9/troubleshooting/error_code_0005.htm

error T0005: The description name is empty.

Cause

This error occurs when a definition is defined without a definition name.

Solution

Add the required definition name in the code . Use Tally.Developer 9 to write the code as it has the intelligence to show syntax errors.

Example

[Field:]

Set as : "Tally Solutions"

Since there is no description name given in this code the message error T0005: The description name is empty. appears.

To correct the code a field name is added as given below:

[Field: My Field]

Set as : "Tally Solutions"