
/*
Objective(s)  
- 	This program demonstrates how to indent(start further from the margin) test in field
*/

[#Menu: Gateway of Tally]

	Add	: Item	: Before : @@locQuit	: Indent Attribute		: Display	: Indent Attribute
    
[Report: Indent Attribute]

	Form	: Indent Attribute
	
[Form: Indent Attribute]

	Parts	: Indent Attribute
	
[Part: Indent Attribute]

	Lines	: Indent Line
	
	[Line: Indent Line]

		Fields	: Indent Field1

		[Field: Indent Field1]

			Info	: "This is Field 1"
			Width	: 80 mms

            ;;Indent attribute is used to decide by what extent each instance of the field has to be indented from the initial place

            Indent  : 10 mms
            Background : White

;; End-Of-File
