i’m trying to open a form with a perl script. here’s what i’ve tried so far:
lx(“attr.formPopover [69325948995:sheet]”);
and
lx(“attr.formPopover “Custom Controls””);
“Costum Controls” is the name i’ve given to the form in the form editor. the hash number is the number that comes up in the key editor when i assign the form to a key.
when i launch either of these from the command line (minus the perl syntax) they work.
any help would be great, thanks.