Hyperlinking to document from drop-down list selection


as title describes, launch pdf file (or print document) on selecting value drop-down list. can via dedicated button, can't work out how tie app.launchurl command list values. event should use, "calculate" perhaps?
any appreciated.

i think i've managed answer own question modifying idea posted elsewhere on forum.
using exit event of drop-down list added following script, able link server files wanted:

switch(this.rawvalue)
{
case "a":
app.launchurl ("http://.../a.pdf");
break
case "b":
app.launchurl ("http://.../b.pdf");
break
case "c":
app.launchurl ("http://.../c.pdf");
}

this seems trick.


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments