How to change from Jscript to VBscript in InfoPath 2003?

I

Iceman

Funny how after the fact I come to find how to change the code from JScript
to VBScript. I have been able to change it but when I launch the MSED, it
loads the file as script.js.

How do I change it?

Also, how do turn on intellisense?
 
S

Shiva

Hello,
We can change the script language using the below steps,
1. Tools -> Form Options -> Programming
2. Choose ‘VB Script’ in ‘Form template code language’ dropdown.
This selection should be before writing any code for that form. If you have
already existing other code then it will automatically removes the existing
code in other language.
If you want to intellisence you have to use ‘C#’ language. VB Script and
Jscript will not support for intellisence.
 

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