d_tab_salesperson


demopfc.pbl   >   d_tab_salesperson   

Last Update 13/03/2008 09:54:46
Size 6 792 bytes
Data Source
 SELECT  	employee.emp_id, 	employee.emp_lname, 	employee.emp_fname FROM 	employee WHERE	"employee"."dept_id" = 200
detail
 detail
 - List of objects belonging to this band 
 emp_fname of type field 
 emp_id of type field 
 emp_lname of type field 
 
footer
 footer
 
header
 header
 - List of objects belonging to this band 
 emp_fname_t of type DWText
 emp_id_t of type DWText
 emp_lname_t of type DWText
 
summary
 summary
 
emp_fname
 Field
 - Field associated with column "employee.emp_fname"
 - A maximum of 20 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: First name of the employee
 
emp_id
 Field
 - Field associated with column "employee.emp_id"
 - A maximum of 0 characters can be entered.
 - Required field.
 - Right aligned field.
 - Tag value: Identification Number of the employee
 
emp_lname
 Field
 - Field associated with column "employee.emp_lname"
 - A maximum of 20 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: Last name of the employee
 
emp_fname_t
 Static Text
emp_id_t
 Static Text
emp_lname_t
 Static Text

release 7;
datawindow(units=0 timer_interval=0 color=78682240 processing=0 HTMLDW=no print.documentname="" print.orientation = 0 print.margin.left = 110 print.margin.right = 110 print.margin.top = 97 print.margin.bottom = 97 print.paper.source = 0 print.paper.size = 0 print.prompt=no print.buttons=no print.preview.buttons=no )
header(height=72 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=72 color="536870912" )
table(column=(type=long update=yes updatewhereclause=yes key=yes name=emp_id dbname="employee.emp_id" )
 column=(type=char(20) update=yes updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
 column=(type=char(20) update=yes updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
 retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee.emp_id~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.emp_fname~")WHERE( EXP1 =~"~~~"employee~~~".~~~"dept_id~~~"~" OP =~"=~" EXP2 =~"200~" ) ) " update="employee" updatewhere=1 updatekeyinplace=no  sort="emp_lname A " )
text(band=header alignment="2" text="ID" border="6" color="33554432" x="23" y="8" height="56" width="210"  name=emp_id_t  font.face="Arial" font.height="-8" font.weight="700"  font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Last name" border="6" color="33554432" x="251" y="8" height="56" width="530"  name=emp_lname_t  font.face="Arial" font.height="-8" font.weight="700"  font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="First name" border="6" color="33554432" x="800" y="8" height="56" width="407"  name=emp_fname_t  font.face="Arial" font.height="-8" font.weight="700"  font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="1" tabsequence=10 border="5" color="33554432" x="23" y="8" height="52" width="210" format="[general]"  name=emp_id  tag="Identification Number of the employee" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes  font.face="Arial" font.height="-8" font.weight="700"  font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="251" y="8" height="52" width="530" format="[general]"  name=emp_lname  tag="Last name of the employee" edit.limit=20 edit.case=any edit.autoselect=yes edit.autohscroll=yes  font.face="Arial" font.height="-8" font.weight="700"  font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="800" y="8" height="52" width="407" format="[general]"  name=emp_fname  tag="First name of the employee" edit.limit=20 edit.case=any edit.autoselect=yes edit.autohscroll=yes  font.face="Arial" font.height="-8" font.weight="700"  font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="0" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" )