xfa.datasets.connectionData.WSDLConnectionName.remove() doesn't work
the script given below doesn't work.
xfa.datasets.connectiondata.wsdlconnectionname.remove() ;
the script working inserting the, script given below in xml source :-
<event activity="postexecute" ref="$connectionset.dataconnection3">
<script contenttype="application/x-javascript">
console.println("postexec");
app.alert('hi');
xfa.datasets.connectiondata.dataconnection3.remove();
</script>
</event>
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment