
/*
Objective(s)  
- 	This program demonstrates the impact of Dimensional Attribute 'Bottom Parts' within Form
*/

[#Menu: Gateway of Tally]

	Add	: Key Item	: Before : @@locQuit	: Bottom Parts within Form		: B : Display	: Bottom Parts within Form
    	  
[Report: Bottom Parts within Form]       

	Form		: Bottom Parts within Form

[Form: Bottom Parts within Form]

	Parts		: Default Dimensions
	Bottom Parts    : BPWF Bottom Part           ;;; Declaration of bottom part
	Height		: 50% Page
	Width		: 50% Page
	Local           : Field: Default Dimensions : Set as	: "Sample code to demonstrate the impact of Top and Bottom Parts within the Form"

    [Part: Default Dimensions]

        Lines	: Default Dimensions

        [Line: Default Dimensions]

            Fields	: Default Dimensions
            
            [Field: Default Dimensions]

                Set as	: "Sample code to demonstrate default Dimensions"
            
/*Definition of Bottom part*/

	[Part: BPWF Bottom Part]

		Lines	: Dimensions Bottom Part  	
	        Background  : White

		[Line: Dimensions Bottom Part]

	 		Fields	: Dimensions Bottom Part

	  		[Field: Dimensions Bottom Part]

				Set as	: "Bottom Part of the Form"

;; End-of-File
