d_ff_employee_personal


demopfc.pbl   >   d_ff_employee_personal   

Last Update 13/03/2008 09:54:46
Size 18 910 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 
 employee_birth_date of type field 
 employee_birth_date_t of type DWText
 employee_city of type field 
 employee_city_t of type DWText
 employee_ss_number of type field 
 employee_ss_number_t of type DWText
 employee_state of type field 
 employee_state_t of type DWText
 employee_street of type field 
 employee_street_t of type DWText
 employee_zip_code of type field 
 employee_zip_code_t of type DWText
 employee_zip_code_t2 of type DWText
 
footer
 footer
 
summary
 summary
 
department_dept_name
 Field
 - Field associated with column "compute_0021"
 - 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
 Edit mask
 - Field associated with column "employee.birth_date"
 - Required field.
 - Left aligned field.
 - Tag value: Birth Date of the employee
 - Edit mask: dd/mm/YYYY
 
 
employee_city
 Field
 - Field associated with column "employee.city"
 - A maximum of 20 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: City where the employee resides
 
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"
 - Required field.
 - Left aligned field.
 
employee_emp_id
 Field
 - Field associated with column "employee.emp_id"
 - Required field.
 - Left aligned field.
 
employee_emp_lname
 Field
 - Field associated with column "employee.emp_lname"
 - Required field.
 - Left aligned field.
 
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
 Field
 - Field associated with column "employee.sex"
 - Required field.
 - Left aligned field.
 - Initial value: M
 
employee_ss_number
 Field
 - Field associated with column "employee.ss_number"
 - A maximum of 11 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: Social Security Number of the employee
 
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"
 - A maximum of 4 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: State where the employee resides
 
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"
 - A maximum of 40 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: Street address of the employee
 
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"
 - A maximum of 9 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: Zip Code where the employee resides
 
manager_emp_fname
 Field
 - Field associated with column "compute_0022"
 - Required field.
 - Left aligned field.
 
manager_emp_lname
 Field
 - Field associated with column "compute_0023"
 - Required field.
 - Left aligned field.
 
employee_birth_date_t
 Static Text
employee_city_t
 Static Text
employee_ss_number_t
 Static Text
employee_state_t
 Static Text
employee_street_t
 Static Text
employee_zip_code_t
 Static Text
employee_zip_code_t2
 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=4 color="536870912" )
footer(height=0 color="536870912" )
detail(height=324 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="Mr	M/Mme	F/Mlle	L" )
 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)) )
text(band=detail alignment="1" text="Code postal" border="0" color="8388608" x="599" y="532" height="60" width="306"  name=employee_zip_code_t visible="1~t0"  font.face="Arial" font.height="-9" font.weight="400"  font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Street" border="0" color="33554432" x="23" y="8" height="56" width="219"  name=employee_street_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=6 alignment="0" tabsequence=140 border="5" color="33554432" x="261" y="8" height="120" width="1481" format="[general]"  name=employee_street  tag="Street address of the employee" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.nilisnull=yes edit.autovscroll=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="City" border="0" color="33554432" x="133" y="156" height="56" width="110"  name=employee_city_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=7 alignment="0" tabsequence=150 border="5" color="33554432" x="261" y="160" height="60" width="526" format="[general]"  name=employee_city  tag="City where the employee resides" edit.limit=20 edit.case=any 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="-" border="0" color="33554432" x="1330" y="160" height="68" width="87"  name=employee_zip_code_t2  font.face="Wingdings" font.height="-12" font.weight="400"  font.family="0" font.pitch="2" font.charset="2" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=170 border="5" color="33554432" x="1435" y="164" height="60" width="306" format="[general]"  name=employee_zip_code  tag="Zip Code where the employee resides" edit.limit=9 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.nilisnull=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=16 alignment="0" tabsequence=190 border="5" color="33554432" x="1344" y="256" height="60" width="398" format="dd/mm/YYYY"  name=employee_birth_date  tag="Birth Date of the employee" editmask.spin=yes editmask.mask="dd/mm/YYYY" editmask.spinrange="~~" editmask.spinincr=1 editmask.focusrectangle=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="Birth date" border="0" color="33554432" x="869" y="260" height="56" width="457"  name=employee_birth_date_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=12 alignment="0" tabsequence=180 border="5" color="33554432" x="261" y="252" height="60" width="366" format="[general]"  name=employee_ss_number  tag="Social Security Number of the employee" edit.limit=11 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="SSN" border="0" color="33554432" x="46" y="256" height="56" width="197"  name=employee_ss_number_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=detail alignment="1" text="State" border="0" color="33554432" x="827" y="160" height="56" width="128"  name=employee_state_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=8 alignment="0" tabsequence=160 border="5" color="33554432" x="974" y="160" height="60" width="160" format="[general]"  name=employee_state  tag="State where the employee resides" edit.limit=4 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.nilisnull=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="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" )