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
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