Commit 58e80ebc authored by Omkar Ingale's avatar Omkar Ingale

updated srd with where clause for line no MAILING_LIST_DET_EDIT.srd

parent 90744519
...@@ -5,10 +5,10 @@ summary(height=0 color="536870912" ) ...@@ -5,10 +5,10 @@ summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=207 color="536870912" ) detail(height=207 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=mail_list_id dbname="mailing_list_det.mail_list_id" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=mail_list_id dbname="mailing_list_det.mail_list_id" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=line_no dbname="mailing_list_det.line_no" ) column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="mailing_list_det.line_no" )
column=(type=char(75) update=yes updatewhereclause=yes name=email_id dbname="mailing_list_det.email_id" ) column=(type=char(75) update=yes updatewhereclause=yes name=email_id dbname="mailing_list_det.email_id" )
column=(type=char(160) update=yes updatewhereclause=yes name=name dbname="mailing_list_det.name" ) column=(type=char(160) update=yes updatewhereclause=yes name=name dbname="mailing_list_det.name" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"mailing_list_det~" ) COLUMN(NAME=~"mailing_list_det.mail_list_id~") COLUMN(NAME=~"mailing_list_det.line_no~") COLUMN(NAME=~"mailing_list_det.email_id~") COLUMN(NAME=~"mailing_list_det.name~")WHERE( EXP1 =~"mailing_list_det.mail_list_id~" OP =~"=~" EXP2 =~":mail_list_id~" ) ) ARG(NAME = ~"mail_list_id~" TYPE = string) " update="mailing_list_det" updatewhere=1 updatekeyinplace=no arguments=(("mail_list_id", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"mailing_list_det~" ) COLUMN(NAME=~"mailing_list_det.mail_list_id~") COLUMN(NAME=~"mailing_list_det.line_no~") COLUMN(NAME=~"mailing_list_det.email_id~") COLUMN(NAME=~"mailing_list_det.name~")WHERE( EXP1 =~"mailing_list_det.mail_list_id~" OP =~"=~" EXP2 =~":mail_list_id~" LOGIC =~"and~" ) WHERE( EXP1 =~"mailing_list_det.line_no~" OP =~"=~" EXP2 =~":line_no~" ) ) ARG(NAME = ~"mail_list_id~" TYPE = string) ARG(NAME = ~"line_no~" TYPE = number) " update="mailing_list_det" updatewhere=1 updatekeyinplace=no arguments=(("mail_list_id", string),("line_no", number)) )
groupbox(band=detail text="Basic"border="2" color="33554432" x="255" y="24" height="159" width="234" name=gb_1 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) groupbox(band=detail text="Basic"border="2" color="33554432" x="255" y="24" height="159" width="234" name=gb_1 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Name:" border="0" color="134217734" x="285" y="45" height="16" width="67" html.valueishtml="0" name=name_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=detail alignment="1" text="Name:" border="0" color="134217734" x="285" y="45" height="16" width="67" html.valueishtml="0" name=name_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" )
column(band=detail id=4 alignment="0" tabsequence=10 border="0" color="33554432" x="356" y="45" height="18" width="98" format="[general]" html.valueishtml="0" name=name visible="1" edit.limit=160 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=4 alignment="0" tabsequence=10 border="0" color="33554432" x="356" y="45" height="18" width="98" format="[general]" html.valueishtml="0" name=name visible="1" edit.limit=160 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 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