Toggle table presence
i have created document whith drop down lists if yes (value two) selected table being referenced set active/visible presence, else table inactive. however, when try replicate on new form, exact same way, semes ineffectual.
i have
<event activity="mouseexit">
<script contenttype="application/x-javascript">if (type.rawvalue == 2) {
workorders.presence = "visible";
}
else {
workorders.presence = "inactive";
}
</script>
</event>
and yet table "workorders" not switch presences. not sure missing, since looks first form (aside different tables being called) , want there...
you should post in livecycle designer forum.
More discussions in PDF Forms
adobe
Comments
Post a Comment