Creating JScript in a published form.

P

pdkhome

I need to add print button to a form someone else created. When I try
to edit the code it says to open the Visual Studio project for it. Is
there an easier way since that is beyond my abilitiy.
 
F

Franck Dauché

Hi,

If your template is using managed code behind (C# or VB.Net), the code is
compiled in a dll that is included in the XSN. You can still extract the
form files (from the File menu in design mode), and do some modifications
that will not require code (font, colors, etc.). If you need to access the
OnClick event of the button for example, you will need the source code.

Hope that it helps.

Regards,

Franck Dauché
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top