d_ff_employee_general


demopfc.pbl   >   d_ff_employee_general   

Last Update 13/03/2008 09:54:46
Size 17 352 bytes
Data Source
 SELECT  	employee.emp_id, 	employee.manager_id, 	employee.emp_fname, 	employee.emp_lname, 	employee.dept_id, 	employee.street, 	employee.city, 	employee.state, 	employee.zip_code, 	employee.phone, 	employee.status, 	employee.ss_number, 	employee.salary, 	employee.start_date, 	employee.termination_date, 	employee.birth_date, 	employee.bene_health_ins, 	employee.bene_life_ins, 	employee.bene_day_care, 	employee.sex, 	'', 	'', 	'' FROM 	employee WHERE	 "employee"."emp_id" = :emp_id 
detail
 detail
 - List of objects belonging to this band 
 department_dept_name of type field 
 employee_emp_fname of type field 
 employee_emp_fname_t of type DWText
 employee_emp_id of type field 
 employee_emp_id_t of type DWText
 employee_emp_lname of type field 
 employee_emp_lname_t of type DWText
 employee_sex of type field 
 employee_sex_t of type DWText
 manager_emp_fname of type field 
 manager_emp_lname of type field 
 
footer
 footer
 
summary
 summary
 
department_dept_name
 Field
 - Field associated with column "compute_0021"
 - A maximum of 0 characters can be entered.
 - Required field.
 - Left aligned field.
 
employee_bene_day_care
 Field
 - Field associated with column "employee.bene_day_care"
 - Required field.
 - Left aligned field.
 - Initial value: N
 - Validation rule: match( gettext() , ~"^[YNyn]$~")
 
employee_bene_health_ins
 Field
 - Field associated with column "employee.bene_health_ins"
 - Required field.
 - Left aligned field.
 - Initial value: N
 - Validation rule: match( gettext() , ~"^[YNyn]$~")
 
employee_bene_life_ins
 Field
 - Field associated with column "employee.bene_life_ins"
 - Required field.
 - Left aligned field.
 - Initial value: N
 - Validation rule: match( gettext() , ~"^[YNyn]$~")
 
employee_birth_date
 Field
 - Field associated with column "employee.birth_date"
 - Required field.
 - Left aligned field.
 
employee_city
 Field
 - Field associated with column "employee.city"
 - Required field.
 - Left aligned field.
 
employee_dept_id
 Field
 - Field associated with column "employee.dept_id"
 - Required field.
 - Left aligned field.
 
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: First name of the employee
 
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
 
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
 
employee_manager_id
 Field
 - Field associated with column "employee.manager_id"
 - Required field.
 - Left aligned field.
 
employee_phone
 Field
 - Field associated with column "employee.phone"
 - Required field.
 - Left aligned field.
 
employee_salary
 Field
 - Field associated with column "employee.salary"
 - Required field.
 - Left aligned field.
 - Validation rule:  real(gettext())  > 0
 - Validation message: 'Sorry! The value must be greater than zero.'
 
employee_sex
 Dropdown
 - Field associated with column "employee.sex"
 - Optional field.
 - A maximum of 0 characters can be entered.
 - Left aligned field.
 - Initial value: M
 - Tag value: Male or Female
 - Unsorted list
 - Values: 
 	Male M
 	Female F
 
employee_ss_number
 Field
 - Field associated with column "employee.ss_number"
 - Required field.
 - Left aligned field.
 
employee_start_date
 Field
 - Field associated with column "employee.start_date"
 - Required field.
 - Left aligned field.
 - Initial value: today
 
employee_state
 Field
 - Field associated with column "employee.state"
 - Required field.
 - Left aligned field.
 
employee_status
 Field
 - Field associated with column "employee.status"
 - Required field.
 - Left aligned field.
 - Initial value: A
 - Validation rule: match( gettext() , ~"^[ALT]$~")
 
employee_street
 Field
 - Field associated with column "employee.street"
 - Required field.
 - Left aligned field.
 
employee_termination_date
 Field
 - Field associated with column "employee.termination_date"
 - Required field.
 - Left aligned field.
 
employee_zip_code
 Field
 - Field associated with column "employee.zip_code"
 - Required field.
 - Left aligned field.
 
manager_emp_fname
 Field
 - Field associated with column "compute_0022"
 - A maximum of 0 characters can be entered.
 - Required field.
 - Left aligned field.
 
manager_emp_lname
 Field
 - Field associated with column "compute_0023"
 - A maximum of 0 characters can be entered.
 - Required field.
 - Left aligned field.
 
employee_emp_fname_t
 Static Text
employee_emp_id_t
 Static Text
employee_emp_lname_t
 Static Text
employee_sex_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 )
summary(height=0 color="536870912" )
footer(height=4 color="536870912" )
detail(height=176 color="536870912" )
table(column=(type=long update=yes updatewhereclause=yes key=yes name=employee_emp_id dbname="employee.emp_id" )
 column=(type=long update=yes updatewhereclause=yes name=employee_manager_id dbname="employee.manager_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=long update=yes updatewhereclause=yes name=employee_dept_id dbname="employee.dept_id" )
 column=(type=char(40) update=yes updatewhereclause=yes name=employee_street dbname="employee.street" )
 column=(type=char(20) update=yes updatewhereclause=yes name=employee_city dbname="employee.city" )
 column=(type=char(4) update=yes updatewhereclause=yes name=employee_state dbname="employee.state" )
 column=(type=char(9) update=yes updatewhereclause=yes name=employee_zip_code dbname="employee.zip_code" )
 column=(type=char(10) update=yes updatewhereclause=yes name=employee_phone dbname="employee.phone" )
 column=(type=char(1) update=yes updatewhereclause=yes name=employee_status dbname="employee.status" initial="A" values="Actif	A/Licencié	T/Retraire	L" validation="match( gettext() , ~"^[ALT]$~")" )
 column=(type=char(11) update=yes updatewhereclause=yes name=employee_ss_number dbname="employee.ss_number" )
 column=(type=decimal(3) update=yes updatewhereclause=yes name=employee_salary dbname="employee.salary" validation=" real(gettext())  > 0" validationmsg="'Sorry! The value must be greater than zero.'" )
 column=(type=datetime update=yes updatewhereclause=yes name=employee_start_date dbname="employee.start_date" initial="today" )
 column=(type=datetime update=yes updatewhereclause=yes name=employee_termination_date dbname="employee.termination_date" )
 column=(type=datetime update=yes updatewhereclause=yes name=employee_birth_date dbname="employee.birth_date" )
 column=(type=char(1) update=yes updatewhereclause=yes name=employee_bene_health_ins dbname="employee.bene_health_ins" initial="N" values="Mutuelle	Y/Mutuelle	N" validation="match( gettext() , ~"^[YNyn]$~")" )
 column=(type=char(1) update=yes updatewhereclause=yes name=employee_bene_life_ins dbname="employee.bene_life_ins" initial="N" values="Vie	Y/Vie	N" validation="match( gettext() , ~"^[YNyn]$~")" )
 column=(type=char(1) update=yes updatewhereclause=yes name=employee_bene_day_care dbname="employee.bene_day_care" initial="N" values="Retraite	Y/Retraite	N" validation="match( gettext() , ~"^[YNyn]$~")" )
 column=(type=char(1) update=yes updatewhereclause=yes name=employee_sex dbname="employee.sex" initial="M" values="Male	M/Female	F/" )
 column=(type=char(0) updatewhereclause=yes name=department_dept_name dbname="compute_0021" )
 column=(type=char(0) updatewhereclause=yes name=manager_emp_fname dbname="compute_0022" )
 column=(type=char(0) updatewhereclause=yes name=manager_emp_lname dbname="compute_0023" )
 retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee.emp_id~") COLUMN(NAME=~"employee.manager_id~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.dept_id~") COLUMN(NAME=~"employee.street~") COLUMN(NAME=~"employee.city~") COLUMN(NAME=~"employee.state~") COLUMN(NAME=~"employee.zip_code~") COLUMN(NAME=~"employee.phone~") COLUMN(NAME=~"employee.status~") COLUMN(NAME=~"employee.ss_number~") COLUMN(NAME=~"employee.salary~") COLUMN(NAME=~"employee.start_date~") COLUMN(NAME=~"employee.termination_date~") COLUMN(NAME=~"employee.birth_date~") COLUMN(NAME=~"employee.bene_health_ins~") COLUMN(NAME=~"employee.bene_life_ins~") COLUMN(NAME=~"employee.bene_day_care~") COLUMN(NAME=~"employee.sex~") COMPUTE(NAME=~"''~") COMPUTE(NAME=~"''~") COMPUTE(NAME=~"''~")WHERE( EXP1 =~" ~~~"employee~~~".~~~"emp_id~~~"~" OP =~"=~" EXP2 =~":emp_id ~" ) ) ARG(NAME = ~"emp_id~" TYPE = number) " update="employee" updatewhere=0 updatekeyinplace=no arguments=(("emp_id", number)) )
column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="0" x="1344" y="648" height="56" width="183" format="[general]"  name=department_dept_name edit.limit=0 edit.case=any edit.autoselect=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=22 alignment="0" tabsequence=32766 border="0" color="0" x="1527" y="648" height="56" width="183" format="[general]"  name=manager_emp_fname edit.limit=0 edit.case=any edit.autoselect=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=23 alignment="0" tabsequence=32766 border="0" color="0" x="1710" y="648" height="56" width="183" format="[general]"  name=manager_emp_lname edit.limit=0 edit.case=any edit.autoselect=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" )
text(band=detail alignment="1" text="ID" border="0" color="33554432" x="1504" y="8" height="56" width="50"  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=1 alignment="1" tabsequence=32766 border="5" color="33554432" x="1586" y="8" height="60" width="274" format="[general]"  name=employee_emp_id  tag="Identification Number of the employee" edit.limit=0 edit.case=any edit.focusrectangle=no 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="1" background.color="553648127" )
column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="0" x="315" y="96" height="60" width="635" format="[general]"  name=employee_emp_fname  tag="First name of the employee" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no  font.face="Arial" font.height="-8" font.weight="700"  font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Last name" border="0" color="33554432" x="1001" y="100" height="56" width="265"  name=employee_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" )
column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="0" x="1294" y="96" height="60" width="571" format="[general]"  name=employee_emp_lname  tag="Last name of the employee" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.nilisnull=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" )
text(band=detail alignment="1" text="First name" border="0" color="33554432" x="14" y="100" height="56" width="270"  name=employee_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=20 alignment="0" tabsequence=10 border="5" color="0" x="320" y="8" height="60" width="640" format="[general]"  name=employee_sex  tag="Male or Female" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.required=yes ddlb.vscrollbar=yes ddlb.useasborder=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" )
text(band=detail alignment="1" text="Sex" border="0" color="33554432" x="114" y="4" height="56" width="169"  name=employee_sex_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" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" )