Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Creating XML object with OLE 2000-02-16 -- Brett Cammack > I want to use the XML object (Microsoft.XMLDOM), so I use the OLE
>control to create the XML Object :
>
> ?OLE{PROP:Create} = 'Microsoft.XMLDOM'
> ?OLE{'async') = FALSE
> root = ?OLE{'documentElement'} ! get the sub object
> MESSAGE(root{'xml'}) ! Compilation error
Lucky you! I just went through this last week!
Today is December 3, 2024, 11:44 am This article has been viewed 35216 times.
|
|