Previous | Next | (P-PDF) JavaScript
Topic: Re: Check Box Values (and Conditional Form Fields)
Conf: (P-PDF) JavaScript, Msg: 27648
From: Jub
Date: 9/26/2001 12:46 PM
Cynthia,
In case you are not aware,
for Doug's code to work properly
the export value of the checkbox
must be 'Yes'.
If you don't want to use a calculate script
(which will run on every change on the form)
the same effect can be achieved with this
code called from the MouseUp event of the
checkbox (choose MouseUp->Add->Javascript
->Edit, on the Actions tab of the field
properties)
Hope this helps.
Jub