Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending/Receiving values from OCX

Status
Not open for further replies.

chassid

MIS
Aug 27, 2000
58
US
All,

I have an OCX application which I would like to send and receive values from. The values sent would be address and zip code and the values returned would be lattitude and longitude.

What is the best way to code this? I have learned a little about ActiveX, but I don't know if it will work with what I am describing above.

All help will be greatly appreciated.

Daniel Do you know the Chabad Lubavitch Sheliach in your area?
He is waiting for you!
 
Hi,

It is possible. You have to set methods to make the input and the output in yor ActiveX then um can make:
a = object.setZipCode(####)
in an VBScript client script, or:
object.setZipCode ####
lat = object.getLat
long = object.getLong.
I made one of this tings two years ago and ti was not very difficult. I don't remember many things but I checked ASP code.
Hope this will help.

Regards,
Luís Silva
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top