Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quick Address problems
Message
 
 
To
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:
00868130
Views:
16
Paul,

It seems that last 4 parameters (asPreviews, asTags, aiFlags, aiScores) are arrays also.

>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....
>
>
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform