On this page Attribute – Confirm Text/Query Text
|
This page includes information on all the important TDL improvements made in Tally.ERP 9 Release 5.3.
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?.
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.