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
var g = new ActiveXObject("Scriptlet.TypeLib").Guid;

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
> 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
[quoted text clipped - 4 lines]
>
> steve
steve - 23 May 2007 19:31 GMT
On May 22, 1:52 pm, "Frank Mueller \(MSFT\)"
<fmuel...@online.microsoft.com> wrote:
> var g = new ActiveXObject("Scriptlet.TypeLib").Guid;
> --
[quoted text clipped - 10 lines]
>
> - Show quoted text -
thanks - solved that problem!
steve