Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quick Address problems
Message
From
19/01/2004 08:17:15
Paul Robinshaw
Silkworm Technologies Limited
Macclesfield, United Kingdom
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00868082
Message ID:
00868090
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform