d_tab_customer


demopfc.pbl   >   d_tab_customer   

Last Update 13/03/2008 09:54:46
Size 10 378 bytes
Data Source
 SELECT  	customer.id, 	customer.lname, 	customer.fname, 	customer.zip, 	customer.phone, 	customer.company_name, 	customer.city FROM 	customer 
detail
 detail
 - List of objects belonging to this band 
 fname of type field 
 id of type field 
 lname of type field 
 phone of type field 
 zip of type field 
 
footer
 footer
 
header
 header
 - List of objects belonging to this band 
 fname_t of type DWText
 id_t of type DWText
 lname_t of type DWText
 phone_t of type DWText
 zip_t of type DWText
 
summary
 summary
 
city
 Field
 - Field associated with column "customer.city"
 - Required field.
 - Left aligned field.
 
company_name
 Field
 - Field associated with column "customer.company_name"
 - Required field.
 - Left aligned field.
 
fname
 Field
 - Field associated with column "customer.fname"
 - A maximum of 15 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: First name of the customer
 
id
 Field
 - Field associated with column "customer.id"
 - A maximum of 0 characters can be entered.
 - Required field.
 - Right aligned field.
 - Tag value: Unique Identification number of the customer
 
lname
 Field
 - Field associated with column "customer.lname"
 - A maximum of 20 characters can be entered.
 - Required field.
 - Left aligned field.
 - Tag value: Last name of the customer
 
phone
 Edit mask
 - Field associated with column "customer.phone"
 - Required field.
 - Left aligned field.
 - Tag value: Phone number of the customer
 - Edit mask: (###) ###-####
 
 
zip
 Edit mask
 - Field associated with column "customer.zip"
 - Required field.
 - Left aligned field.
 - Tag value: Zip Code where the customer is located
 - Edit mask: #####-####
 
 
fname_t
 Static Text
id_t
 Static Text
lname_t
 Static Text
phone_t
 Static Text
zip_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=4 color="536870912" )
detail(height=72 color="536870912" )
table(column=(type=long update=yes updatewhereclause=yes key=yes name=id dbname="customer.id" )
 column=(type=char(20) update=yes updatewhereclause=yes name=lname dbname="customer.lname" )
 column=(type=char(15) update=yes updatewhereclause=yes name=fname dbname="customer.fname" )
 column=(type=char(10) update=yes updatewhereclause=yes name=zip dbname="customer.zip" )
 column=(type=char(12) update=yes updatewhereclause=yes name=phone dbname="customer.phone" )
 column=(type=char(35) update=yes updatewhereclause=yes name=company_name dbname="customer.company_name" )
 column=(type=char(20) updatewhereclause=yes name=city dbname="customer.city" )
 retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"customer~" ) COLUMN(NAME=~"customer.id~") COLUMN(NAME=~"customer.lname~") COLUMN(NAME=~"customer.fname~") COLUMN(NAME=~"customer.zip~") COLUMN(NAME=~"customer.phone~") COLUMN(NAME=~"customer.company_name~") COLUMN(NAME=~"customer.city~")) " update="customer" updatewhere=1 updatekeyinplace=no data.storage=disk  sort="lname A " )
text(band=header alignment="2" text="ID" border="6" color="33554432" x="23" y="8" height="56" width="183"  name=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" )
text(band=header alignment="2" text="Last name" border="6" color="33554432" x="224" y="8" height="56" width="402"  name=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="First name" border="6" color="33554432" x="645" y="8" height="56" width="402"  name=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="Zip" border="6" color="33554432" x="1065" y="8" height="56" width="279"  name=zip_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="Phone" border="6" color="33554432" x="1362" y="8" height="56" width="361"  name=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" )
column(band=detail id=1 alignment="1" tabsequence=10 border="5" color="33554432" x="23" y="8" height="52" width="183" format="[general]"  name=id  tag="Unique Identification number of the customer" 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=2 alignment="0" tabsequence=20 border="5" color="33554432" x="224" y="8" height="52" width="402" format="[general]"  name=lname  tag="Last name of the customer" edit.limit=20 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=30 border="5" color="33554432" x="645" y="8" height="52" width="402" format="[general]"  name=fname  tag="First name of the customer" edit.limit=15 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=4 alignment="0" tabsequence=40 border="5" color="33554432" x="1065" y="8" height="52" width="279" format="[general]"  name=zip  tag="Zip Code where the customer is located" edit.name="ZipCode" 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=5 alignment="0" tabsequence=50 border="5" color="33554432" x="1362" y="8" height="52" width="361" format="[general]"  name=phone  tag="Phone number of the customer" 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" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" )