Type search words and press enter
A new GSTR-2B API is applicable from 14th Nov 2024, which affects auto-reconciliation of GSTR-2B for Oct-24. Stay tuned for our upcoming release, TallyPrime 5.1, which supports this and makes reconciliation even smoother.
https://help.tallysolutions.com/docs/td9rel54/tdlreference/release_5_3.htm

What’s New in Release 5.3

On this page

Attribute – Confirm Text/Query Text

Action – Exec Excel Macro

This page includes information on all the important TDL improvements made in Tally.ERP 9 Release 5.3.

Attribute – Confirm Text/Query Text

The Form level attribute Confirm Text/Query Text is used to modify the text displayed in the confirmation window.

Syntax

Confirm Text : <String Expression>

or

Query Text : <String Expression>

Where,

< String Expression > is the text displayed in the confirmation window.

Example:

[Form: SmpConfirmText]

Part         : SmpConfirmText

Confirm Text : "Save?"

In the above example, when the form SmpConfirmText is accepted, the query text Save? is displayed instead of the default text Accept?.

Action – Exec Excel Macro

The action Exec Excel Macro invokes the available macros defined in the Excel.

Syntax

Exec Excel Macro : <Macro Name> [:<Parameter list>]

Where,

< Macro Name > is the name of the macro.

< Parameter list > can be n number of parameters that correspond to the parameters required by the Excel macro.

Example

On : After Export : Yes : Exec Excel Macro : MacrotoComputeGraphs : PieChart

In the above example, when the macro MacrotoComputeGraphs is executed, it displays the values in the Excel as a pie chart.