loading xml file in eVB 
Author Message
 loading xml file in eVB

Hi,

My problem is, I can load xml file in VB6 using these lines;
Dim xDoc As New DOMDocument
xDoc.load("myFile.xml");
 But I can't do the samething with eVB. Could anybody please tell me if this
possible in eVB? Because in VB6, I had to enable "Microsoft XML" option in
the Project/References menu, but that menu does not exist in the eVB

cheers
hadi



Sat, 29 May 2004 08:27:49 GMT  
 loading xml file in eVB
Hi
I don't understand why U don't have the Project/References
menu in eVB. On What platform have U installed eVB???

Cheers
Giri Rajesh

Quote:
>-----Original Message-----
>Hi,

>My problem is, I can load xml file in VB6 using these
lines;
>Dim xDoc As New DOMDocument
>xDoc.load("myFile.xml");
> But I can't do the samething with eVB. Could anybody

please tell me if this
Quote:
>possible in eVB? Because in VB6, I had to

enable "Microsoft XML" option in
Quote:
>the Project/References menu, but that menu does not exist
in the eVB

>cheers
>hadi

>.



Sat, 29 May 2004 13:27:09 GMT  
 loading xml file in eVB
I have Project/References menu in eVB. The problem is that menu does not
have "Microsoft XML" option in it.

cheers


Quote:
> Hi
> I don't understand why U don't have the Project/References
> menu in eVB. On What platform have U installed eVB???

> Cheers
> Giri Rajesh
> >-----Original Message-----
> >Hi,

> >My problem is, I can load xml file in VB6 using these
> lines;
> >Dim xDoc As New DOMDocument
> >xDoc.load("myFile.xml");
> > But I can't do the samething with eVB. Could anybody
> please tell me if this
> >possible in eVB? Because in VB6, I had to
> enable "Microsoft XML" option in
> >the Project/References menu, but that menu does not exist
> in the eVB

> >cheers
> >hadi

> >.



Sat, 29 May 2004 14:22:35 GMT  
 loading xml file in eVB
Hello,

Try this link : http://www.codeppc.com/evb/divers/divers011.htm

Good luck.

Stphane Sibu
http://www.codeppc.com



Quote:
> Hi,

> My problem is, I can load xml file in VB6 using these lines;
> Dim xDoc As New DOMDocument
> xDoc.load("myFile.xml");
>  But I can't do the samething with eVB. Could anybody please tell me if
this
> possible in eVB? Because in VB6, I had to enable "Microsoft XML" option in
> the Project/References menu, but that menu does not exist in the eVB

> cheers
> hadi



Sun, 06 Jun 2004 01:17:38 GMT  
 loading xml file in eVB
That's because in eVB all you have is VBScript, that is
you do not have types for the variables you create, then
you should use "CreateObject" instead...

[]'s
Victor

Quote:
>-----Original Message-----
>Hello,

>Try this link :

http://www.codeppc.com/evb/divers/divers011.htm
Quote:

>Good luck.

>Stphane Sibu
>http://www.codeppc.com



>> Hi,

>> My problem is, I can load xml file in VB6 using these
lines;
>> Dim xDoc As New DOMDocument
>> xDoc.load("myFile.xml");
>>  But I can't do the samething with eVB. Could anybody
please tell me if
>this
>> possible in eVB? Because in VB6, I had to

enable "Microsoft XML" option in

- Show quoted text -

Quote:
>> the Project/References menu, but that menu does not
exist in the eVB

>> cheers
>> hadi

>.



Mon, 14 Jun 2004 22:59:14 GMT  
 loading xml file in eVB
Oh yeah, just do like in classic VB, click "Browse..." and
find the Dll yourself.

PS: You'll get a warning when you do this telling you that
it may be not compatible and so on, well the XML 3.0 is
compatible with PPC (remember the waring say it may be not
compatible, not that is will not run at all, then, any new
component you're trying to use, you should test it on the
device to see if it runs)

[]'s
Victor

Quote:
>-----Original Message-----
>I have Project/References menu in eVB. The problem is
that menu does not
>have "Microsoft XML" option in it.

>cheers



>> Hi
>> I don't understand why U don't have the
Project/References
>> menu in eVB. On What platform have U installed eVB???

>> Cheers
>> Giri Rajesh
>> >-----Original Message-----
>> >Hi,

>> >My problem is, I can load xml file in VB6 using these
>> lines;
>> >Dim xDoc As New DOMDocument
>> >xDoc.load("myFile.xml");
>> > But I can't do the samething with eVB. Could anybody
>> please tell me if this
>> >possible in eVB? Because in VB6, I had to
>> enable "Microsoft XML" option in
>> >the Project/References menu, but that menu does not
exist
>> in the eVB

>> >cheers
>> >hadi

>> >.

>.



Mon, 14 Jun 2004 23:02:48 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Loading an executable file in eVB

2. Loading XML file from within a project

3. Loading XML file using XMLDOM

4. Problems loading XML file into an ADO recordset when app is compiled

5. Load XML file to a RecordSet then Update Database using ADO

6. Access denied when trying to load XML file

7. eVb and Microsoft sucks....Can't I play mp3 files in eVB

8. XML and eVB

9. EVB 3.0- XML 2.0 - Porting from CE 3.0 to WinCE .NET

10. XML in eVB

11. xml parser for eVB

12. XML in eVB

 

 
Powered by phpBB® Forum Software