on 2006 Feb 27 2:47 AM
Hi, does anyone know where else do you set form object attibutes, such as invisible and readonly.
I've got a form with two date entries, date A and date B.
When you enter the PCR and click on "to review form" both dates supposed to change to read only, form mode is DISPLAY.
My problem is although both date objects has exactly the same code in formcalc/java script, date B still allow the calander to display when you hover the mouse over the box. It also allow date entry. I have copied the standard PCR forms. Where else do I need to look to make date B read only. See snippet of code below.
Cheers.
if($record.CONTROL_PARAM.ISR_MODE == "DISPLAY" |
$record.CONTROL_PARAM.ISR_FORM_VIEW =="ISR_APPROVE" )
then
this.access = "readOnly"
else
this.access = ""
endif
Hi TL,
you set the properties of a form object in Adobe LiveCycle Designer on the Value tab of the Object palette (after highlighting the Date/Time Field) under Type. On this tab, you can also put validation patterns for data entry and display.
Kind regards,
Markus Meisl
SAP NetWeaver Product Management
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi TommyL,
How did you manage to fix this issue? You said it was user error, but we are having the same problem. Please advise how you fixed.
Regards,
Cara
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
115 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.