how can I manipulate Infopath Controls in VBScript?

S

sharepoint

I would like to customise my Infopath forms using the VBscript Editor.
Can any one help me to manipulate controls(Textbox,list,..)using VBScript,
and how can I access the SQL Server database in VB Script?

Thanks
 
S

S.Y.M. Wong-A-Ton

InfoPath controls are just for presenting what's behind a form, which is XML
data. Controls do not behave like you'd expect them to as when you're
programming in Visual Studio, so you cannot manipulate them. What you have to
manipulate is the XML they represent.

As for accessing a SQL Server database, your question is not specific enough
to be answered. Maybe if you provided more information on what you've already
constructed and what you would like to achieve, someone can help you.
 

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