|
Working with the Destinator6 SDK
I have been writing my own frontend in vb6 with the destinator 6 sdk.
There is a function under the "Dest" object called "GetRangeOfHouseNumbersForStreetInCityZIP".
I have no idea how to get it to work.
Required arguments are
- nCity as long
- nZIP as long
- lStreetFirstID as long
I have tried just throwing City, Zip and Street IDs at it but I get the return string "Range 0-0".
Anyone with experience able to help?
Thanks.
|