Help with script_presence
this try accomplish is:
if have more 1 instances felda become visible instances1, 2, 3, , on...
on layout ready event use script below fielda appears instance no.2 , below no instance no1!
if
(this.parent.index >=1) {
fielda.presence="visible";
}
thank you
the index zero-based try:
(this.parent.index >=0)
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment