
/*
Objective(s)  
- 	This program demonstrates the usage of Spacing Attributes

Last modification  
-	Altered on 07/11/2009
*/
[#Menu: Gateway of Tally]

	Add	: Item	: Before : @@locQuit	: Spacing Attributes		: Display	: Spacing Attributes
    
[Report: Spacing Attributes]

	Form 		: Spacing Attributes

[Form: Spacing Attributes]

	Parts		: SA Part

[Part: SA Part]

	Lines		: SA Line
	Space Top	: 10
	Space Bottom: 6

;; Attribute 'Space Top' and 'Space Bottom' considers Number of lines as default
;; unit of measure unless specified explicitly.  For e.g., 5 mms

	[Line: SA Line]

		Fields	: SA Field
        Border  : thin box
        	
		[Field: SA Field]

			Set as		: "Hello TDL"
			Width		: 9
			Space Left 	: 5
			Space Right	: 3

;; Attribute 'Width' is set to 9 which means width of 9 characters. Space Left and Right 
;; are not included within the Width if specified in characters.  If Width is specified in
;; any other unit like cms, mms, etc., Width will include the Spaces on either side

;; End-of-File
