Delete a Terminal Field
hello, have 2 form buttons same name. depending on relative positions, want delete 1 of fields. using this:
var f1 = this.getfield(fname+".1"); if (f1 !== null) { this.removefield(fname+."1"); }
where fname field name. however, terminal field not deleted. there way delete terminal field acrobat javascript? thanks.
rick
what mean "terminal field"?
More discussions in JavaScript
adobe
Comments
Post a Comment