VBScript in Forms

G

Guest

We have a Citrix Farm which by default in Terminal Services the Allow
VBScript to run is disabled

See Microsoft Article
Http://support.microsoft.com/default.aspx?scid=kb;en-us;Q302003

What we do with the form is populate a field from a text file that exists in
a public folder. Is there a way to rewrite this in Visual Basic to perform
the same thing as the VB script without compramising security in our citrix
environment. Will forms even allow you to run Visual Basic Code?

Thanks in Advance
 
S

Sue Mosher [MVP-Outlook]

Custom Outlook forms run only VBScript. An alternative, depending on the
details of the application, might be to build a COM add-in that monitors the
NewInspector event for instances of items using that form.
 
G

Guest

Thanks Sue!

Sue Mosher said:
Custom Outlook forms run only VBScript. An alternative, depending on the
details of the application, might be to build a COM add-in that monitors the
NewInspector event for instances of items using that form.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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

Similar Threads


Top