jscript and infopath

S

steve

I'm creating my first InfoPath form using JScript. I've never used
JScript. In the past using VB.NET, I imported SYSTEM and used
System.Guid.NewGuid to generate a GUID. Can I do the same somehow
with JScript? I haven't been able to figure it out.

thanks

steve
 
S

steve

var g = new ActiveXObject("Scriptlet.TypeLib").Guid;
--
This posting is provided "AS IS" with no warranties, and confers no rights.






- Show quoted text -

thanks - solved that problem!

steve
 

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