d_tab_employee


demopfc.pbl   >   d_tab_employee   

Last Update 13/03/2008 09:54:46
Size 15 464 bytes
Data Source
 SELECT  	employee.emp_id, 	employee.emp_fname, 	employee.emp_lname, 	employee.phone, 	department.dept_name, 	manager.emp_fname, 	employee.status FROM 	department, 	employee, 	manager WHERE ( 	employee.manager_id = manager.emp_id AND 	employee.dept_id = department.dept_id ) 
detail
 detail
 - List of objects belonging to this band 
 department_dept_name of type field 
 employee_emp_fname of type field 
 employee_emp_id of type field 
 employee_emp_lname of type field 
 employee_phone of type field 
 employee_status of type field 
 manager_emp_fname of type field 
 
footer
 footer
 
header
 header
 - List of objects belonging to this band 
 department_dept_name_t of type DWText
 employee_emp_fname_t of type DWText
 employee_emp_id_t of type DWText
 employee_emp_lname_t of type DWText
 employee_phone_t of type DWText
 employee_status_t of type DWText
 manager_emp_fname_t of type DWText
 
summary
 summary
 
department_dept_name
 Field
 - Field associated with column "department.dept_name"
 - A maximum of 40 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: §aide»microhelp«Nom du service ou l'employé travail»§selection_liste»nom_fenetre«Liste des services»dataobject«d_tab_department»correspondance«department_dept_name=department_dept_name,»mode«pas de query»param_num«,»param_string«,»param_date«,»
 
employee_emp_fname
 Field
 - Field associated with column "employee.emp_fname"
 - A maximum of 0 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: §aide»microhelp«Prénom de l'employ黧query»interdit«false»controle_index«true»indexes«idx_emp2,2;»
 
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: §aide»microhelp«Identification Number of the employee»§query»interdit«false»controle_index«true»indexes«primary,1;»
 
employee_emp_lname
 Field
 - Field associated with column "employee.emp_lname"
 - A maximum of 0 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: §aide»microhelp«Nom de l'employ黧query»interdit«false»controle_index«true»indexes«idx_emp2,1;»
 
employee_phone
 Edit mask
 - Field associated with column "employee.phone"
 - Required field.
 - Left aligned field.
 - Tag value: §aide»microhelp«Phone number of the employee»§query»interdit«true»controle_index«false»
 - Edit mask: (###) ###-####
 
 
employee_status
 Dropdown
 - Field associated with column "employee.status"
 - Required field.
 - A maximum of 0 characters can be entered.
 - Left aligned field.
 - Initial value: A
 - Tag value: Status of the employee (active, on leave, or terminated)
 - Unsorted list
 - Values: 
 	Active A
 	On leave L
 	Terminated T
 
manager_emp_fname
 Field
 - Field associated with column "manager.emp_fname"
 - A maximum of 20 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: Prénom du responsable
 
department_dept_name_t
 Static Text
employee_emp_fname_t
 Static Text
employee_emp_id_t
 Static Text
employee_emp_lname_t
 Static Text
employee_phone_t
 Static Text
employee_status_t
 Static Text
manager_emp_fname_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=144 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=144 color="536870912" )
table(column=(type=long update=yes updatewhereclause=yes key=yes name=employee_emp_id dbname="employee.emp_id" )
 column=(type=char(20) update=yes updatewhereclause=yes name=employee_emp_fname dbname="employee.emp_fname" )
 column=(type=char(20) update=yes updatewhereclause=yes name=employee_emp_lname dbname="employee.emp_lname" )
 column=(type=char(10) update=yes updatewhereclause=yes name=employee_phone dbname="employee.phone" )
 column=(type=char(40) updatewhereclause=yes name=department_dept_name dbname="department.dept_name" )
 column=(type=char(20) updatewhereclause=yes name=manager_emp_fname dbname="manager.emp_fname" )
 column=(type=char(1) update=yes updatewhereclause=yes name=employee_status dbname="employee.status" initial="A" values="Active	A/On leave	L/Terminated	T/" validation="match( gettext() , ~"^[ALT]$~")" )
 retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"department~" )  TABLE(NAME=~"employee~" )  TABLE(NAME=~"manager~" ) COLUMN(NAME=~"employee.emp_id~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.phone~") COLUMN(NAME=~"department.dept_name~") COLUMN(NAME=~"manager.emp_fname~") COLUMN(NAME=~"employee.status~")    JOIN (LEFT=~"employee.manager_id~"    OP =~"=~"RIGHT=~"manager.emp_id~" )    JOIN (LEFT=~"employee.dept_id~"    OP =~"=~"RIGHT=~"department.dept_id~" )) " update="employee" updatewhere=0 updatekeyinplace=no  sort="employee_emp_lname A " )
text(band=header alignment="2" text="First name" border="6" color="33554432" x="773" y="8" height="56" width="462"  name=employee_emp_fname_t  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Tel" border="6" color="33554432" x="1253" y="8" height="56" width="416"  name=employee_phone_t  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Status" border="6" color="33554432" x="1691" y="8" height="56" width="425"  name=employee_status_t  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Departement" border="6" color="33554432" x="773" y="80" height="56" width="722"  name=department_dept_name_t  tag=""  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" font.italic="1" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Manager" border="6" color="33554432" x="1513" y="80" height="56" width="603"  name=manager_emp_fname_t  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Name" border="6" color="33554432" x="242" y="8" height="128" width="512"  name=employee_emp_lname_t  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="ID" border="6" color="33554432" x="23" y="8" height="128" width="201"  name=employee_emp_id_t  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=50 border="5" color="33554432" x="1513" y="80" height="56" width="608" format="[general]"  name=manager_emp_fname  tag="Prénom du responsable" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.nilisnull=yes edit.codetable=yes  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=40 border="5" color="33554432" x="773" y="80" height="56" width="722" format="[general]"  name=department_dept_name  tag="§aide»microhelp«Nom du service ou l'employé travail»§selection_liste»nom_fenetre«Liste des services»dataobject«d_tab_department»correspondance«department_dept_name=department_dept_name,»mode«pas de query»param_num«,»param_string«,»param_date«,»" edit.limit=40 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.nilisnull=yes edit.codetable=yes  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=1 alignment="1" tabsequence=10 border="5" color="33554432" x="23" y="4" height="60" width="201" format="[general]" protect="0~t0"  name=employee_emp_id  tag="§aide»microhelp«Identification Number of the employee»§query»interdit«false»controle_index«true»indexes«primary,1;»" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="33554432" x="242" y="4" height="60" width="512" format="[general]"  name=employee_emp_lname  tag="§aide»microhelp«Nom de l'employ黧query»interdit«false»controle_index«true»indexes«idx_emp2,1;»" edit.limit=0 edit.case=upper edit.autoselect=no  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=30 border="5" color="33554432" x="773" y="4" height="60" width="462" format="[general]"  name=employee_emp_fname  tag="§aide»microhelp«Prénom de l'employ黧query»interdit«false»controle_index«true»indexes«idx_emp2,2;»" edit.limit=0 edit.case=any edit.autoselect=no  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="1253" y="4" height="60" width="416" format="[general]"  name=employee_phone  tag="§aide»microhelp«Phone number of the employee»§query»interdit«true»controle_index«false»" edit.name="TelephoneNumber" editmask.mask="(###) ###-####" editmask.focusrectangle=no  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=60 border="5" color="33554432" x="1687" y="4" height="60" width="434" format="[general]"  name=employee_status  tag="Status of the employee (active, on leave, or terminated)" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any  font.face="Arial" font.height="-8" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" )