2003OM to 2007OM - Help!

F

FrankS

We are converting tons of VB managed code from 2003OM to 2007OM. OK, for the
DOM stuff (selectsinglenode, etc.) use XPathNav, I get that. xdoc.UI.Alert is
OK too - use Messagebox.

Now how about these:

thisXDocument.Errors.Count 'error collection count
thisXDocument.Errors.DeleteAll()'delete all in error collection
thisXDocument.UI.Confirm 'yes or no reply
thisXDocument.View.SwitchView(strView) '
thisXDocument.ViewInfos("View_SignOn").IsDefault = True
thisXDocument.View.ForceUpdate()
thisXDocument.GetNamedNodeProperty
thisXDocument.View.DisableAutoUpdate()
thisXDocument.View.EnableAutoUpdate()
thisXDocument.View.Name.ToString
thisXDocument.View.Window.TaskPanes.Item(0)

If this is documented somewhere please let us know. If some of these are
absolutely not available please let us know that too so we can code around
them (hopefully).

Thanks,
Frank
 
F

FrankS

Thanks so much. Looks like a great start. I will be glad to compile a full
list as we go and put it up here when complete. Thanks again.

Frank
 
S

S.Y.M. Wong-A-Ton

You're welcome. And I was just kidding about the compiling part, but if you
want to do it, you may of course. :) We are always looking for people who
are willing to share useful info about InfoPath with the group.
 

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