Skip to Content
0
Former Member
Dec 26, 2007 at 07:05 AM

Fields and drpdowns to be read only when I press btton ' Review And Save '

16 Views

Hey Experts,

I am using

ECC 6

Adobe Designer 6.

Adobe 8.1

Form trigerred through portal.

After populating the fields on form

I want my fields and drpdowns to be read only when I press the ' Review And Save ' button in portal.

I have created text fields overlapping each dropdowns and text fields and toggle their visibilty using code ,

if($record.CONTROL_PARAM.ISR_MODE == "DISPLAY" |

$record.CONTROL_PARAM.ISR_FORM_VIEW =="ISR_APPROVE" )

then

this.presence = "invisible"

else

this.presence = "visible"

endif

but this doesnt wrk in some cases and the exit event written under the dropdowns get triggerred even in 'Review And Save'

Please help me with this.

Thankyou.