Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quick Address problems
Message
De
19/01/2004 08:17:15
Paul Robinshaw
Silkworm Technologies Limited
Macclesfield, Royaume Uni
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00868082
Message ID:
00868090
Vues:
16
Sergey,

>Do you've any sample code (in VB would do)? Can you post parameters desription from docs?

Is this sufficient?
' VBSCRIPT Sample Code

Set QuickAddress = Server.CreateObject("QAS.QAProWeb")

' If object creation was successful, perform search. 
If IsObject(QuickAddress) Then

Dim asSearch (2)
asSearch(0) = "2"
asSearch(1) = "M46 9EE"

Dim iPotential, asPreviews, asTags, aiFlags, aiScores
QuickAddress.Search 0, "GBR", 1, asSearch, iPotential, asPreviews, asTags, aiFlags, aiScores


etc....
Paul
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform