Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

use txmldocument at runtime

Status
Not open for further replies.

wimvanherp

Programmer
Mar 3, 2001
149
BE
I want to use txmldocument at runtime in a seperate class:

f.i.
class test
{ private : TXMLDocument * XMLDoc;
public : some functions...

}

in a function of this class i try the following :

XMLDoc= new TXMLDocument(File);
// this works allright
when i look at the XML property i can see that the document is loaded.
when i try to use the methods of TXMLDocument i always get an exception error, even when i try to set the Active property to true or false;

can anybody help me with this ?






Wim Vanherp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top