Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Playing with consuming web services.. what 2 do when (ob
Message
De
20/08/2003 22:12:19
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00821648
Message ID:
00822079
Vues:
20
I have a question on this after getting to look at again this evening.. could you explain a something for me ?

When you added the following line

loQ = loWSIQuizService.randomQuestion()

Did intellisence register the objects properties? because it doesnt for me.
If not how did you know what properties where contained in that object??

thanks

Paul

rest of code below for reference

FOR i=0 TO loQ.length-1
WITH loQ.Item(i)
? STR(i)
? .nodeName, .Text.xml
ENDWITH
ENDFOR
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform