WorkArea Property
Specifies the workarea for a Browse
control
Syntax:
WorkArea <xcValue>
Sample:
DEFINE BROWSE Browse_1
COL 10
ROW 10
WIDTH 610
HEIGHT 390
HEADERS { 'Code' , 'First Name' , 'Last Name' }
WIDTHS { 150 , 150 , 150 }
WORKAREA Test
FIELDS { 'Test->Code' , 'Test->First' , 'Test->Last' }
VALUE 1
END BROWSE