Login
`
Templates, Tools and Utilities
|
||
Icetips Article
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 November 21, 2024, 7:39 am This article has been viewed 35206 times.
|
|