|
hi Guys
i have a drop down box with a list of options the user can choose on aa active form. i would like the cell to be locked if they choose 'appointment'. ie. they can select any option they want and change it, but if they select appointment, they cannot write back any information to that cell only. below is the rule i have done.
['result'] = S:if(DB('Suspect Capture',!Sales - Campaign, !Prospect Owner ,!position, !sic code, !Location, !contact person, !Suspect name, !ki Reference,'result')
@= 'Appointment' ,
read,
continue);
i have tried lock as well instead of read, but it keeps giving me an error. if i put ' ' around read or lock, the error disappears, but then when the user selects appointment, it changes to read or lock, so thats not what i need.
any suggestions? |
|