Forum Discussion

pschutz's avatar
pschutz
Occasional Contributor
14 years ago

Template file

I have a couple user forms and scripts that must attach to the listeners of the user forms that I need in every project suite I make.  Is there some sort of way for me to make a template file that already has the user forms and scripts in place with the listeners attached so I can just start building my new project suite?



Thank you!

2 Replies

  • Hi,



    You can add your form to a script extension. In this case, you can access it and all its event handlers from any project suite. See the "Script Extensions" and "Using Forms in Script Extensions" help topics.
  • pschutz's avatar
    pschutz
    Occasional Contributor
    Thanks!  The second article is really helpful.