/* Objective(s) - - This program illustrates the use of following attributes of Field Skip Forward About the program - In this code, the date field is skipped forward and cursor goes to the name field, while user can place the cursor on - the date field by using mouse pointer or backspace */ [#Menu: Gateway of Tally] Add: Item: ($$LocaleString:"Skip Forward"): Alter: TSPL Skip Forward [Report: TSPL Skip Forward] [Form: TSPL Skip Forward] Part: TSPL Skip Forward [Part: TSPL Skip Forward] Line: TSPL Skip Forward [Line: TSPL Skip Forward] Field: Short Prompt, TSPL DateF, Medium Prompt, TSPL NameF Local: Field: Short Prompt : Set as: "Date" Local: Field: Medium Prompt : Set as: "Name" [Field: TSPL DateF] Use : Uni date Field Set as : ##SVCurrentDate Skip Forward: Yes ;;This field is skipped when cursor movement is in forward direction [Field: TSPL NameF] Use : NameField ;;EOF