1. Chen Mey Lee
  2. PowerServer 2020 or older (Obsolete)
  3. Monday, 1 March 2021 07:34 AM UTC

Hi,

How to resolve this issue ? 

Logan Liu @Appeon Accepted Answer Pending Moderation
  1. Monday, 1 March 2021 16:22 PM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 1

Hi Chen Mey Lee, 

Could you also provide the syntax of dbo.dbOverview? Please compare the type of the procedure parameters to see if there are any mismatches.

Kindly please report your PowerServer issue via our support ticketing system to ensure it is being properly received by our tech support and tracked at https://www.appeon.com/standardsupport/.

Regards,

Logan

Comment
  1. Chen Mey Lee
  2. Tuesday, 2 March 2021 06:13 AM UTC
I have to remove @IDVA input parameter from stored procedure to resolve this . The API model is convert the paramter from int to double. This issue also happen to datawindow column int data type converted to double and long to byte. I have manually change it to long in model. Is PowerBuilder 2021 beta version able to migrate normal app to Cloud App 100% ?



CREATE PROCEDURE dbOverview

@comp_nr char(3)

,@plan_nr char(2)

,@ssn_nr char(9)

,@passwd varchar(30)

--,@IDVA int = NULL

,@calledfrom char(1) = NULL

AS

------------------------------------------

namespace Dbweb2

{

[DataWindow("dw_overview_new", DwStyle.Default)]

[DwProcedure("dbo.dbOverview", Parameters = ":comp_nr, :plan_nr, :ssn_nr, :passwd, :calledfrom, :IDVA")]

[DwParameter("comp_nr", typeof(string))]

[DwParameter("plan_nr", typeof(string))]

[DwParameter("ssn_nr", typeof(string))]

[DwParameter("passwd", typeof(string))]

[DwParameter("calledfrom", typeof(string))]

[DwParameter("IDVA", typeof(double?))]

public class Dw_Overview_New
  1. Helpful
  1. Logan Liu @Appeon
  2. Tuesday, 2 March 2021 07:05 AM UTC
In this bug, it failed to get enough info for this procedure from the database when converting DataWindow. There are some known bugs in this beta version, and we are already fixing them.
  1. Helpful
  1. Chen Mey Lee
  2. Tuesday, 2 March 2021 13:46 PM UTC
Noted, Thanks
  1. Helpful
There are no comments made yet.
Chen Mey Lee Accepted Answer Pending Moderation
  1. Monday, 1 March 2021 08:08 AM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 2

Below is datawwindow :-

release 21;
datawindow(units=0 timer_interval=0 color=33551594 brushmode=0 transparency=0 gradient.angle=0 gradient.color=32961777 gradient.focus=0 gradient.repetition.count=0 gradient.repetition.length=100 gradient.repetition.mode=0 gradient.scale=100 gradient.spread=100 gradient.transparency=0 picture.blur=0 picture.clip.bottom=0 picture.clip.left=0 picture.clip.right=0 picture.clip.top=0 picture.mode=0 picture.scale.x=100 picture.scale.y=100 picture.transparency=0 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes print.background=no print.preview.background=no print.preview.outline=yes hidegrayline=no showbackcoloronxp=no picture.file="" )
header(height=0 color="32961777" transparency="0" gradient.color="32961560" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
summary(height=0 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
footer(height=0 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
detail(height=2396 color="32961777~tRGB(241,244,246)" transparency="0" gradient.color="32961777~tRGB(241,244,246)" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
table(column=(type=char(50) updatewhereclause=no name=header_box1 dbname="header_box1" )
column=(type=char(50) updatewhereclause=no name=header_box2 dbname="header_box2" )
column=(type=char(50) updatewhereclause=no name=header_box3 dbname="header_box3" )
column=(type=char(50) updatewhereclause=no name=header_box4 dbname="header_box4" )
column=(type=char(50) updatewhereclause=no name=header_box5 dbname="header_box5" )
column=(type=char(50) updatewhereclause=no name=header_box6 dbname="header_box6" )
column=(type=char(50) updatewhereclause=no name=header_box7 dbname="header_box7" )
column=(type=char(50) updatewhereclause=no name=header_box8 dbname="header_box8" )
column=(type=char(50) updatewhereclause=no name=b1_label1 dbname="b1_label1" )
column=(type=char(50) updatewhereclause=no name=b1_field1 dbname="b1_field1" )
column=(type=char(50) updatewhereclause=no name=b1_label2 dbname="b1_label2" )
column=(type=char(50) updatewhereclause=no name=b1_field2 dbname="b1_field2" )
column=(type=char(50) updatewhereclause=no name=b1_label3 dbname="b1_label3" )
column=(type=char(50) updatewhereclause=no name=b2_label1 dbname="b2_label1" )
column=(type=char(50) updatewhereclause=no name=b2_field1 dbname="b2_field1" )
column=(type=char(50) updatewhereclause=no name=b2_label2 dbname="b2_label2" )
column=(type=char(50) updatewhereclause=no name=b2_field2 dbname="b2_field2" )
column=(type=char(50) updatewhereclause=no name=b2_label3 dbname="b2_label3" )
column=(type=char(50) updatewhereclause=no name=b2_field3 dbname="b2_field3" )
column=(type=char(50) updatewhereclause=no name=b2_label4 dbname="b2_label4" )
column=(type=char(50) updatewhereclause=no name=b2_field4 dbname="b2_field4" )
column=(type=char(50) updatewhereclause=no name=b2_label5 dbname="b2_label5" )
column=(type=char(50) updatewhereclause=no name=b2_field5 dbname="b2_field5" )
column=(type=char(50) updatewhereclause=no name=b2_label6 dbname="b2_label6" )
column=(type=char(50) updatewhereclause=no name=b2_field6 dbname="b2_field6" )
column=(type=char(50) updatewhereclause=no name=b2_label7 dbname="b2_label7" )
column=(type=char(50) updatewhereclause=no name=b2_field7 dbname="b2_field7" )
column=(type=char(50) updatewhereclause=no name=b2_label8 dbname="b2_label8" )
column=(type=char(50) updatewhereclause=no name=b2_field8 dbname="b2_field8" )
column=(type=char(50) updatewhereclause=no name=b2_label9 dbname="b2_label9" )
column=(type=char(50) updatewhereclause=no name=b2_field9 dbname="b2_field9" )
column=(type=char(50) updatewhereclause=no name=b2_label10 dbname="b2_label10" )
column=(type=char(50) updatewhereclause=no name=b2_field10 dbname="b2_field10" )
column=(type=char(50) updatewhereclause=no name=b2_label11 dbname="b2_label11" )
column=(type=char(50) updatewhereclause=no name=b2_field11 dbname="b2_field11" )
column=(type=char(50) updatewhereclause=no name=b2_label12 dbname="b2_label12" )
column=(type=char(50) updatewhereclause=no name=b2_field12 dbname="b2_field12" )
column=(type=char(9) updatewhereclause=no name=ssn_nr dbname="ssn_nr" )
column=(type=char(30) updatewhereclause=no name=name dbname="name" )
column=(type=char(10) updatewhereclause=no name=dob dbname="dob" )
column=(type=char(30) updatewhereclause=no name=specconddesc dbname="specconddesc" )
column=(type=char(10) updatewhereclause=no name=ms dbname="ms" )
column=(type=char(1) updatewhereclause=no name=sex dbname="sex" )
column=(type=char(9) updatewhereclause=no name=hssn dbname="hssn" )
column=(type=char(25) updatewhereclause=no name=age dbname="age" )
column=(type=char(30) updatewhereclause=no name=add1 dbname="add1" )
column=(type=char(30) updatewhereclause=no name=add2 dbname="add2" )
column=(type=char(30) updatewhereclause=no name=add3 dbname="add3" )
column=(type=char(25) updatewhereclause=no name=city dbname="city" )
column=(type=char(2) updatewhereclause=no name=state dbname="state" )
column=(type=char(9) updatewhereclause=no name=zip dbname="zip" )
column=(type=char(2) updatewhereclause=no name=country dbname="country" )
column=(type=char(18) updatewhereclause=no name=hphone dbname="hphone" )
column=(type=char(18) updatewhereclause=no name=wphone dbname="wphone" )
column=(type=char(1) updatewhereclause=no name=auth_code dbname="auth_code" )
column=(type=char(15) updatewhereclause=no name=over_label1 dbname="over_label1" )
column=(type=char(15) updatewhereclause=no name=over_field1 dbname="over_field1" )
column=(type=char(15) updatewhereclause=no name=over_label2 dbname="over_label2" )
column=(type=char(15) updatewhereclause=no name=over_field2 dbname="over_field2" )
column=(type=char(15) updatewhereclause=no name=over_label3 dbname="over_label3" )
column=(type=char(15) updatewhereclause=no name=over_field3 dbname="over_field3" )
column=(type=char(9) updatewhereclause=no name=access_id dbname="access_id" )
column=(type=char(15) updatewhereclause=no name=paid dbname="paid" )
column=(type=char(9) updatewhereclause=no name=host_aid dbname="host_aid" )
column=(type=char(15) updatewhereclause=no name=host_paid dbname="host_paid" )
column=(type=char(10) updatewhereclause=yes name=tele_label dbname="TELE_label" )
column=(type=char(10) updatewhereclause=yes name=tel2_label dbname="TEL2_label" )
procedure="1 execute dbo.dbOverview;1 @comp_nr = :comp_nr, @plan_nr = :plan_nr, @ssn_nr = :ssn_nr, @passwd = :passwd,@calledfrom = :calledfrom, @IDVA = :IDVA" arguments=(("comp_nr", string),("plan_nr", string),("ssn_nr", string),("passwd", string),("calledfrom", string),("IDVA", number)) )
groupbox(band=detail text=""border="2" color="0" x="14" y="1280" height="500" width="3081" name=gb_3 visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
groupbox(band=detail text=""border="2" color="0" x="3118" y="668" height="516" width="2912" name=gb_6 visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
groupbox(band=detail text=""border="2" color="0" x="14" y="668" height="516" width="3081" name=gb_2 visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
groupbox(band=detail text=""border="2" color="0" x="14" y="1876" height="500" width="3081" name=gb_4 visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="ELIGIBILITY" border="0" color="0" x="18" y="1196" height="76" width="2907" html.valueishtml="0" name=gb_3_t visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(241,244,246)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="COMPANY" border="0" color="0" x="27" y="4" height="72" width="3077" html.valueishtml="0" name=gb_1_t visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(241,244,246)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="ACCOUNT BALANCE" border="0" color="0" x="3136" y="1200" height="72" width="2875" html.valueishtml="0" name=gb_7_t visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(241,244,246)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="CUSTOMER" border="0" color="0" x="3131" y="0" height="76" width="3067" html.valueishtml="0" name=gb_5_t visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(241,244,246)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
groupbox(band=detail text=""border="2" color="0" x="3118" y="84" height="504" width="2912" name=gb_5 pointer="Magnify.cur" visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=52 alignment="0" tabsequence=32766 border="0" color="0" x="4325" y="1088" height="64" width="347" format="[general]" html.valueishtml="0" name=country pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="Country" border="0" color="0" x="4032" y="1088" height="60" width="274" html.valueishtml="0" name=t_2 pointer="Magnify.cur" visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=43 alignment="0" tabsequence=32766 border="0" color="0" x="3602" y="412" height="64" width="87" format="[general]" html.valueishtml="0" name=sex pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=39 alignment="0" tabsequence=32766 border="0" color="8388608" x="3602" y="160" height="64" width="1102" format="[general]" html.valueishtml="0" name=name pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=40 alignment="0" tabsequence=32766 border="0" color="0" x="3602" y="244" height="64" width="667" format="[general]" html.valueishtml="0" name=dob pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=45 alignment="0" tabsequence=32766 border="0" color="0" x="3602" y="328" height="64" width="535" format="[general]" html.valueishtml="0" name=age pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="LEGAL ADDRESS" border="0" color="0" x="3136" y="600" height="60" width="1499" html.valueishtml="0" name=gb_6_t visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(241,244,246)" background.transparency="100" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="Name" border="0" color="0" x="3136" y="160" height="60" width="448" html.valueishtml="0" name=name_t visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="DOB" border="0" color="0" x="3136" y="244" height="60" width="448" html.valueishtml="0" name=compute_0016_t pointer="Magnify.cur" visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="Age" border="0" color="0" x="3136" y="328" height="60" width="448" html.valueishtml="0" name=compute_0012_t pointer="Magnify.cur" visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="Sex" border="0" color="0" x="3136" y="412" height="60" width="448" html.valueishtml="0" name=compute_0019_t pointer="Magnify.cur" visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="Street" border="0" color="0" x="3136" y="680" height="60" width="448" html.valueishtml="0" name=street_t visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="City" border="0" color="0" x="3131" y="924" height="60" width="448" html.valueishtml="0" name=city_t visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="State" border="0" color="0" x="3136" y="1004" height="60" width="448" html.valueishtml="0" name=state_t visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="ZIP" border="0" color="0" x="3136" y="1084" height="60" width="448" html.valueishtml="0" name=zip_t visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=50 alignment="0" tabsequence=32766 border="0" color="0" x="3602" y="1004" height="64" width="174" format="[general]" html.valueishtml="0" name=state pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=51 alignment="0" tabsequence=32766 border="0" color="0" x="3602" y="1084" height="64" width="407" format="[general]" html.valueishtml="0" name=zip pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=49 alignment="0" tabsequence=32766 border="0" color="0" x="3602" y="924" height="64" width="1266" format="[general]" html.valueishtml="0" name=city pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=46 alignment="0" tabsequence=32766 border="0" color="0" x="3602" y="680" height="64" width="1266" format="[general]" html.valueishtml="0" name=add1 pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=47 alignment="0" tabsequence=32766 border="0" color="0" x="3602" y="760" height="64" width="1266" format="[general]" html.valueishtml="0" name=add2 pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=48 alignment="0" tabsequence=32766 border="0" color="0" x="3602" y="844" height="64" width="1266" format="[general]" html.valueishtml="0" name=add3 pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="Marital Status" border="0" color="0" x="3136" y="496" height="60" width="448" html.valueishtml="0" name=compute_0015_t pointer="Magnify.cur" visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=42 alignment="0" tabsequence=32766 border="0" color="0" x="3602" y="496" height="64" width="283" format="[general]" html.valueishtml="0" name=ms visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=53 alignment="0" tabsequence=32766 border="0" color="0" x="5248" y="680" height="64" width="773" format="[general]" html.valueishtml="0" name=hphone pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=54 alignment="0" tabsequence=32766 border="0" color="0" x="5248" y="760" height="64" width="773" format="[general]" html.valueishtml="0" name=wphone pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=61 alignment="0" tabsequence=32766 border="0" color="0" x="5248" y="844" height="64" width="773" format="[general]" html.valueishtml="0" name=over_field3 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=66 alignment="0" tabsequence=32766 border="0" color="0" x="4777" y="680" height="64" width="448" format="[general]" html.valueishtml="0" name=tele_label visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=67 alignment="0" tabsequence=32766 border="0" color="0" x="4777" y="760" height="64" width="448" format="[general]" html.valueishtml="0" name=tel2_label visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=60 alignment="0" tabsequence=32766 border="0" color="0" x="4777" y="844" height="64" width="448" format="[general]" html.valueishtml="0" name=over_label3 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=38 alignment="0" tabsequence=32766 border="0" color="8388608" x="5248" y="160" height="64" width="485" format="@@@-@@-@@@@" html.valueishtml="0" name=ssn_nr pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=62 alignment="0" tabsequence=32766 border="0" color="0" x="5248" y="160" height="64" width="485" format="[general]" html.valueishtml="0" name=access_id visible="1" editmask.mask="XXX-XXX-XXX" editmask.focusrectangle=no font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=63 alignment="0" tabsequence=32766 border="0" color="0" x="5248" y="160" height="68" width="663" format="[general]" html.valueishtml="0" name=paid visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=44 alignment="0" tabsequence=32766 border="0" color="0" x="5248" y="244" height="64" width="503" format="@@@-@@-@@@@" html.valueishtml="0" name=hssn pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=64 alignment="0" tabsequence=32766 border="0" color="0" x="5248" y="244" height="68" width="288" format="[general]" html.valueishtml="0" name=host_aid visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=65 alignment="0" tabsequence=32766 border="0" color="0" x="5248" y="244" height="64" width="480" format="[general]" html.valueishtml="0" name=host_paid visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="SS#" border="0" color="0" x="4777" y="160" height="60" width="448" html.valueishtml="0" name=ssn_t pointer="Magnify.cur" visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="Host SS#" border="0" color="0" x="4777" y="244" height="60" width="448" html.valueishtml="0" name=host_ssn_t pointer="Magnify.cur" visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=57 alignment="0" tabsequence=32766 border="0" color="0" x="5248" y="328" height="64" width="709" format="[general]" html.valueishtml="0" name=over_field1 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=41 alignment="0" tabsequence=32766 border="0" color="255" x="5248" y="412" height="64" width="718" format="[general]" html.valueishtml="0" name=specconddesc pointer="Magnify.cur" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=59 alignment="0" tabsequence=32766 border="0" color="0" x="5248" y="492" height="64" width="718" format="[general]" html.valueishtml="0" name=over_field2 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=58 alignment="0" tabsequence=32766 border="0" color="0" x="4777" y="492" height="64" width="261" format="[general]" html.valueishtml="0" name=over_label2 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="Spec Cond" border="0" color="0" x="4777" y="412" height="60" width="448" html.valueishtml="0" name=t_1 pointer="Magnify.cur" visible="1" font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=56 alignment="0" tabsequence=32766 border="0" color="0" x="4773" y="328" height="64" width="448" format="[general]" html.valueishtml="0" name=over_label1 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
groupbox(band=detail text=""border="2" color="0" x="14" y="84" height="504" width="3081" name=gb_1 visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="32" y="112" height="64" width="448" format="[general]" html.valueishtml="0" name=b1_label1 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="0" x="498" y="112" height="64" width="370" format="[general]" html.valueishtml="0" name=b1_field1 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="0" x="1801" y="128" height="64" width="448" format="[general]" html.valueishtml="0" name=b1_label2 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="0" x="2272" y="128" height="64" width="370" format="[general]" html.valueishtml="0" name=b1_field2 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="8388608" x="32" y="220" height="64" width="1733" format="[general]" html.valueishtml="0" name=b1_label3 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="BENEFIT STATUS" border="0" color="0" x="3131" y="1796" height="72" width="2917" html.valueishtml="0" name=gb_8_t visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(241,244,246)" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
groupbox(band=detail text=""border="2" color="0" x="3118" y="1876" height="500" width="2912" name=gb_8 visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="33554431~tRGB(255,255,255)" background.transparency="0" background.gradient.color="33554431~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=36 alignment="0" tabsequence=32766 border="0" color="0" x="1801" y="1080" height="64" width="448" format="[general]" html.valueishtml="0" name=b2_label12 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=26 alignment="0" tabsequence=32766 border="0" color="0" x="1801" y="700" height="64" width="448" format="[general]" html.valueishtml="0" name=b2_label7 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=28 alignment="0" tabsequence=32766 border="0" color="0" x="1801" y="776" height="64" width="448" format="[general]" html.valueishtml="0" name=b2_label8 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=30 alignment="0" tabsequence=32766 border="0" color="0" x="1801" y="852" height="64" width="448" format="[general]" html.valueishtml="0" name=b2_label9 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=32 alignment="0" tabsequence=32766 border="0" color="0" x="1801" y="928" height="64" width="448" format="[general]" html.valueishtml="0" name=b2_label10 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=34 alignment="0" tabsequence=32766 border="0" color="0" x="1801" y="1004" height="64" width="448" format="[general]" html.valueishtml="0" name=b2_label11 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="0" color="0" x="37" y="1072" height="64" width="448" format="[general]" html.valueishtml="0" name=b2_label6 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="0" x="37" y="768" height="64" width="448" format="[general]" html.valueishtml="0" name=b2_label2 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="0" x="37" y="844" height="64" width="448" format="[general]" html.valueishtml="0" name=b2_label3 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="0" x="37" y="920" height="64" width="448" format="[general]" html.valueishtml="0" name=b2_label4 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="0" x="37" y="996" height="64" width="448" format="[general]" html.valueishtml="0" name=b2_label5 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="0" x="37" y="692" height="64" width="448" format="[general]" html.valueishtml="0" name=b2_label1 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="STATUS" border="0" color="0" x="37" y="596" height="60" width="2875" html.valueishtml="0" name=gb_2_t visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="32961777" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
text(band=detail alignment="0" text="SERVICE" border="0" color="0" x="27" y="1800" height="60" width="2875" html.valueishtml="0" name=gb_4_t visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="32961777" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=27 alignment="0" tabsequence=32766 border="0" color="0" x="2267" y="700" height="64" width="800" format="[general]" html.valueishtml="0" name=b2_field7 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=29 alignment="0" tabsequence=32766 border="0" color="0" x="2267" y="776" height="64" width="800" format="" html.valueishtml="0" name=b2_field8 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=31 alignment="0" tabsequence=32766 border="0" color="0" x="2267" y="852" height="64" width="800" format="[general]" html.valueishtml="0" name=b2_field9 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=33 alignment="0" tabsequence=32766 border="0" color="0" x="2267" y="928" height="64" width="800" format="[general]" html.valueishtml="0" name=b2_field10 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=35 alignment="0" tabsequence=32766 border="0" color="0" x="2267" y="1004" height="64" width="800" format="[general]" html.valueishtml="0" name=b2_field11 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=37 alignment="0" tabsequence=32766 border="0" color="0" x="2267" y="1080" height="64" width="800" format="[general]" html.valueishtml="0" name=b2_field12 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="0" color="0" x="503" y="1072" height="64" width="800" format="[general]" html.valueishtml="0" name=b2_field6 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="0" x="503" y="996" height="64" width="800" format="[general]" html.valueishtml="0" name=b2_field5 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="0" x="503" y="920" height="64" width="800" format="[general]" html.valueishtml="0" name=b2_field4 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="0" x="503" y="844" height="64" width="800" format="[general]" html.valueishtml="0" name=b2_field3 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="0" x="503" y="768" height="64" width="800" format="[general]" html.valueishtml="0" name=b2_field2 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="0" x="503" y="692" height="64" width="800" format="[general]" html.valueishtml="0" name=b2_field1 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="536870912~tRGB(255,255,255)" background.transparency="0" background.gradient.color="8421504~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
groupbox(band=detail text=""border="2" color="0" x="3118" y="1280" height="500" width="2912" name=gb_7 visible="1" font.face="Calibri" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="0" background.color="32961777~tRGB(255,255,255)" background.transparency="0" background.gradient.color="33554431~tRGB(255,255,255)" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
compute(band=footer alignment="0" expression="if(comp_nr = '477',~"Non-Qualified~",~"Closing Value~")"border="0" color="0" x="1911" y="12716" height="64" width="320" format="[GENERAL]" html.valueishtml="0" name=non_qual_clsv visible="1" font.face="MS Sans Serif" font.height="-8" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" pagingmethod=0 generatedddwframes="1" )
xhtmlgen() cssgen(sessionspecific="0" )
xmlgen(inline="0" )
xsltgen()
jsgen()
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" nativepdf.customsize=0 nativepdf.customorientation=0 nativepdf.pdfstandard=0 nativepdf.useprintspec=no )
export.xhtml()

Comment
There are no comments made yet.
Chen Mey Lee Accepted Answer Pending Moderation
  1. Monday, 1 March 2021 08:04 AM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 3

Below is the WinAPI model :-

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Runtime.Serialization;
using SnapObjects.Data;
using DWNet.Data;
using Newtonsoft.Json;
using System.Collections;

namespace Dbweb2
{
    [DataWindow("dw_overview_new", DwStyle.Default)]
    [DwProcedure("dbo.dbOverview", Parameters = ":comp_nr, :plan_nr, :ssn_nr, :passwd, :calledfrom, :IDVA")]
    [DwParameter("comp_nr", typeof(string))]
    [DwParameter("plan_nr", typeof(string))]
    [DwParameter("ssn_nr", typeof(string))]
    [DwParameter("passwd", typeof(string))]
    [DwParameter("calledfrom", typeof(string))]
    [DwParameter("IDVA", typeof(double?))]
    public class Dw_Overview_New
    {
        [DwColumn("header_box1")]
        public string Header_Box1 { get; set; }

        [DwColumn("header_box2")]
        public string Header_Box2 { get; set; }

        [DwColumn("header_box3")]
        public string Header_Box3 { get; set; }

        [DwColumn("header_box4")]
        public string Header_Box4 { get; set; }

        [DwColumn("header_box5")]
        public string Header_Box5 { get; set; }

        [DwColumn("header_box6")]
        public string Header_Box6 { get; set; }

        [DwColumn("header_box7")]
        public string Header_Box7 { get; set; }

        [DwColumn("header_box8")]
        public string Header_Box8 { get; set; }

        [DwColumn("b1_label1")]
        public string B1_Label1 { get; set; }

        [DwColumn("b1_field1")]
        public string B1_Field1 { get; set; }

        [DwColumn("b1_label2")]
        public string B1_Label2 { get; set; }

        [DwColumn("b1_field2")]
        public string B1_Field2 { get; set; }

        [DwColumn("b1_label3")]
        public string B1_Label3 { get; set; }

        [DwColumn("b2_label1")]
        public string B2_Label1 { get; set; }

        [DwColumn("b2_field1")]
        public string B2_Field1 { get; set; }

        [DwColumn("b2_label2")]
        public string B2_Label2 { get; set; }

        [DwColumn("b2_field2")]
        public string B2_Field2 { get; set; }

        [DwColumn("b2_label3")]
        public string B2_Label3 { get; set; }

        [DwColumn("b2_field3")]
        public string B2_Field3 { get; set; }

        [DwColumn("b2_label4")]
        public string B2_Label4 { get; set; }

        [DwColumn("b2_field4")]
        public string B2_Field4 { get; set; }

        [DwColumn("b2_label5")]
        public string B2_Label5 { get; set; }

        [DwColumn("b2_field5")]
        public string B2_Field5 { get; set; }

        [DwColumn("b2_label6")]
        public string B2_Label6 { get; set; }

        [DwColumn("b2_field6")]
        public string B2_Field6 { get; set; }

        [DwColumn("b2_label7")]
        public string B2_Label7 { get; set; }

        [DwColumn("b2_field7")]
        public string B2_Field7 { get; set; }

        [DwColumn("b2_label8")]
        public string B2_Label8 { get; set; }

        [DwColumn("b2_field8")]
        public string B2_Field8 { get; set; }

        [DwColumn("b2_label9")]
        public string B2_Label9 { get; set; }

        [DwColumn("b2_field9")]
        public string B2_Field9 { get; set; }

        [DwColumn("b2_label10")]
        public string B2_Label10 { get; set; }

        [DwColumn("b2_field10")]
        public string B2_Field10 { get; set; }

        [DwColumn("b2_label11")]
        public string B2_Label11 { get; set; }

        [DwColumn("b2_field11")]
        public string B2_Field11 { get; set; }

        [DwColumn("b2_label12")]
        public string B2_Label12 { get; set; }

        [DwColumn("b2_field12")]
        public string B2_Field12 { get; set; }

        [DwColumn("ssn_nr")]
        public string Ssn_Nr { get; set; }

        [DwColumn("name")]
        public string Name { get; set; }

        [DwColumn("dob")]
        public string Dob { get; set; }

        [DwColumn("specconddesc")]
        public string Specconddesc { get; set; }

        [DwColumn("ms")]
        public string Ms { get; set; }

        [DwColumn("sex")]
        public string Sex { get; set; }

        [DwColumn("hssn")]
        public string Hssn { get; set; }

        [DwColumn("age")]
        public string Age { get; set; }

        [DwColumn("add1")]
        public string Add1 { get; set; }

        [DwColumn("add2")]
        public string Add2 { get; set; }

        [DwColumn("add3")]
        public string Add3 { get; set; }

        [DwColumn("city")]
        public string City { get; set; }

        [DwColumn("state")]
        public string State { get; set; }

        [DwColumn("zip")]
        public string Zip { get; set; }

        [DwColumn("country")]
        public string Country { get; set; }

        [DwColumn("hphone")]
        public string Hphone { get; set; }

        [DwColumn("wphone")]
        public string Wphone { get; set; }

        [DwColumn("auth_code")]
        public string Auth_Code { get; set; }

        [DwColumn("over_label1")]
        public string Over_Label1 { get; set; }

        [DwColumn("over_field1")]
        public string Over_Field1 { get; set; }

        [DwColumn("over_label2")]
        public string Over_Label2 { get; set; }

        [DwColumn("over_field2")]
        public string Over_Field2 { get; set; }

        [DwColumn("over_label3")]
        public string Over_Label3 { get; set; }

        [DwColumn("over_field3")]
        public string Over_Field3 { get; set; }

        [DwColumn("access_id")]
        public string Access_Id { get; set; }

        [DwColumn("paid")]
        public string Paid { get; set; }

        [DwColumn("host_aid")]
        public string Host_Aid { get; set; }

        [DwColumn("host_paid")]
        public string Host_Paid { get; set; }

        [DwColumn("TELE_label")]
        public string Tele_Label { get; set; }

        [DwColumn("TEL2_label")]
        public string Tel2_Label { get; set; }

    }

}

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.