Commit 1029ccf7 authored by Ajit Deshmukh's avatar Ajit Deshmukh

Update label of fields

parent c94a9c24
......@@ -4,15 +4,15 @@ datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.
header(height=20 color="536870912" )
summary(height=6 color="536870912" )
footer(height=0 color="536870912" )
detail(height=23 color="536870912" )
detail(height=18 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=campaign_id dbname="mktg_campaign_log.campaign_id" )
column=(type=char(75) update=yes updatewhereclause=yes key=yes name=email_id dbname="mktg_campaign_log.email_id" )
column=(type=char(1) update=yes updatewhereclause=yes key=yes name=status dbname="mktg_campaign_log.status" )
column=(type=datetime update=yes updatewhereclause=yes name=status_date dbname="mktg_campaign_log.status_date" )
column=(type=char(500) update=yes updatewhereclause=yes name=err_msg dbname="mktg_campaign_log.err_msg" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"mktg_campaign_log~" ) COLUMN(NAME=~"mktg_campaign_log.campaign_id~") COLUMN(NAME=~"mktg_campaign_log.email_id~") COLUMN(NAME=~"mktg_campaign_log.status~") COLUMN(NAME=~"mktg_campaign_log.status_date~") COLUMN(NAME=~"mktg_campaign_log.err_msg~")WHERE( EXP1 =~"mktg_campaign_log.campaign_id~" OP =~"=~" EXP2 =~":campaign_id_log~" ) ) ARG(NAME = ~"campaign_id_log~" TYPE = string) " update="mktg_campaign_log" updatewhere=1 updatekeyinplace=no arguments=(("campaign_id_log", string)) )
text(band=header alignment="2" text="Campaign Id" border="0" color="33554432" x="2" y="2" height="16" width="72" html.valueishtml="0" name=campaign_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Email Id" border="0" color="33554432" x="76" y="2" height="16" width="146" html.valueishtml="0" name=email_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Campaign ID" border="0" color="33554432" x="2" y="2" height="16" width="72" html.valueishtml="0" name=campaign_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Email ID" border="0" color="33554432" x="76" y="2" height="16" width="146" html.valueishtml="0" name=email_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Status" border="0" color="33554432" x="224" y="2" height="16" width="38" html.valueishtml="0" name=status_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Status Date" border="0" color="33554432" x="264" y="2" height="16" width="132" html.valueishtml="0" name=status_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Error Message" border="0" color="33554432" x="398" y="2" height="16" width="152" html.valueishtml="0" name=err_msg_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment