;;Set Attribute /* Objective(s) - The Set Always attribute ensures that the values in the fields of a Part are updated dynamically. - Whenever the value of a dependent field changes, the related fields in the Part are automatically refreshed to reflect the latest values. - In this example, Set Always: Yes ensures that the displayed values are always kept up to date whenever the underlying data changes. ;;Syntax [Part : ] Set Always : */ [#Menu: Gateway of Tally] Add: Item: "Set Always attribute" : Alter : TSPL SetAlwaysAttribute [Report: TSPL SetAlwaysAttribute] Object : Company Form : TSPL SetAlwaysAttribute [Form: TSPL SetAlwaysAttribute] Part: TSPL SetAlwaysAttribute [Part: TSPL SetAlwaysAttribute] Line : TSPL SetAlwaysAttribute Repeat: TSPL SetAlwaysAttribute : TSPLSetAggr Break On: $$IsEmpty:$TSPLSetUDF Scroll: Vertical Border: Thin Box Set Always: Yes [Line: TSPL SetAlwaysAttribute] Field: TSPL SetAlwaysAttribute [Field: TSPL SetAlwaysAttribute] Use : Name Field Storage : TSPLSetUDF Style : Normal Bold Width : 12 Cms [System : UDF] TSPLSetAggr : Aggregate : 6788 TSPLSetUDF : String : 6789 ;;End of File