
/*
Objective(s)  
- 	This program demonstrates the impact of Dimensional Attribute 'Top Line' and 'Bottom Line'
	within Part
*/
[#Menu: Gateway of Tally]

	Add	: Item	: Before : @@locQuit	: Top and Bottom Lines within Part		: Display	: Top and Bottom Lines within Part
    
[Report: Top and Bottom Lines within Part]

	Form		: Top and Bottom Lines within Part
    
[Form: Top and Bottom Lines within Part]

	Parts	    : TBL Part
        Width       : 80% page
    
[Part: TBL Part]

	Top Lines 	: TBL Part Top Line
	Bottom Lines    : TBL Part Bottom Line

	[Line: TBL Part Top Line]
	
		Fields	: TBL Field
	        Border  : Thin Box

		[Field: TBL Field]

			Set as	: "This is Top Line"
        	        Align   : Centre
	
	[Line: TBL Part Bottom Line]
	
		Fields	: TBL Field
	        Border  : Thin Box
		Local	: Field	: TBL Field	: Set As	: "This is Bottom Line"

;; End-of-File
