Avatar

Level 3

Hi Catherine -

I don't know how to jump to a location or easily transfer data, but to open another form you need this code:

app.openDoc("path/filename.pdf");

You should be able to associate that to a "change" or "click" event.  I use it on an "enter" event on a form to auto open an instrcution form.