City State from Zip auto fill

Also on a side note, I prefer google maps API to yahoo, but with limited knowledge in vb.net was struggling to parse the complex, unnecessarily complex in my opinion..., response from goolge. The idea behind the codes structure would not change though.

--- In vantage@yahoogroups.com, "jgiese1988" <jgiese@...> wrote:
>
> The reason why I, or anyone else that says they cannot share their code for the most part, cannot share the code is because it was developed for the company we work for, by which it is the companies intellectual rights. Something we cannot legally share unfortunately. I would love to post the chunk I wrote up, it's always fun to share code and get feedback. Anyways, for what I built all you really need is the Yahoo Maps API, read their documentation on its use, and vb.net that will parse Yahoo Maps API response. That's really all that's to it. In pseudo code:
>
> On field change function
> case zip
> if zip validates then
> yahoo geo url
> get response
> parse response
> loop response
> if city set city field
> if state set state field
> else
> fail
> end
> end
>
> --- In vantage@yahoogroups.com, Joe Rojas <jrojas@> wrote:
> >
> > That's good news.
> >
> > I might have missed it but why can't use share your code?
> >
> > Even if you can't can you share with us some web links or instructions
> > without code on how you did it?
> >
> >
> >
> > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> > Of jgiese1988
> > Sent: Friday, July 15, 2011 4:03 PM
> > To: vantage@yahoogroups.com
> > Subject: [Vantage] Re: City State from Zip auto fill
> >
> >
> >
> >
> >
> > Hey gang I figured it out. Wow... that was actually really easy. I too
> > cannot share the code, but know that between the wizards, yahoo
> > geocodes, and about 20 lines of code I was able to do it with an XML
> > response.
> >
> > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> > Waffqle <waffqle@> wrote:
> > >
> > > You shouldn't need that for this scenario. The WSProvider is already
> > there.
> > >
> > > Also, as far as parsing the XML goes, look into LINQ. It will allow
> > you to
> > > just query out the items you are interested in.
> > >
> > > On Fri, Jul 15, 2011 at 1:52 PM, Zac Jason Woodward <zac@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > In epicor 9.05 I was poking around in dev mode looking at the
> > options
> > > > available to my customization. I noticed under tools "Assembly
> > Reference
> > > > Manger". Within it you can add .dll files.... Could this be the
> > answer?
> > > >
> > > > "Zac" Jason Woodward
> > > > Network Administrator
> > > > Intermountain Electronics, Inc.
> > > > O: 877-544-2291
> > > > M: 435-820-6515
> > > > F: 435-637-9601
> > > > www.ie-corp.com
> > > >
> > > > Creating customer confidence through extraordinary service and
> > experienced
> > > > industry experts.
> > > >
> > > > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
> > Behalf
> > > > Of jgiese1988
> > > > Sent: Friday, July 15, 2011 11:29 AM
> > > > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > > > Subject: [Vantage] Re: City State from Zip auto fill
> > > >
> > > >
> > > > I have been able to call out to google with the zipcode and return
> > the
> > > > correct results. But I have no idea how to read this XML return
> > correctly. I
> > > > recently did it in PHP and that was a nightmare too. Is it at all
> > possible I
> > > > can include another library into the code like this one
> > > > http://code.google.com/p/geocoding-net/ ?
> > > >
> > > > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>, Mary
> > > > Devanport <marydevanport@> wrote:
> > > > >
> > > > > Hi Waffqle
> > > > > This is something I'd be interested in also, I understand you
> > can't give
> > > > it out, but is there any way we can buy it from you / your company?
> > This
> > > > would be extremely useful to us
> > > > >
> > > > > -Mary
> > > > >
> > > > >
> > > > >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Joe Rojas | Director of Information Technology | Mats Inc
> > dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> > jrojas@ | www.matsinc.com Ask us about our clean, green and beautiful matting and flooring
> >
> >
> > This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.
> >
> >
> >
> > ________________________________
> >
> > > > > From: Waffqle <waffqle@>
> > > > > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>
> > > >
> > > > > Sent: Thursday, July 14, 2011 12:33 PM
> > > > > Subject: Re: [Vantage] City State from Zip auto fill
> > > > >
> > > > > I don't know of a service that specializes in just this, though I
> > imagine
> > > > > they exist. Either Google's or Bing's mapping services could be
> > used for
> > > > > this without much trouble.
> > > > >
> > > > > Unfortunately the only examples I have are in code that I can't
> > give out.
> > > > > But it works pretty much exactly the same as any other c# (Or VB
> > > > assumedly)
> > > > > project. Create a provider, feed it a WSDL and a function. Poof!
> > You're
> > > > off
> > > > > to the races.
> > > > >
> > > > > On Thu, Jul 14, 2011 at 11:26 AM, Joe Rojas <jrojas@> wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > This would be great.
> > > > > > I guess the follow up questions would be, do you know of such a
> > > > > > webservice and do you have an example of how to call a web
> > service from
> > > > > > the Epicor client?
> > > > > >
> > > > > > Joe Rojas | Director of Information Technology | Mats Inc
> > > > > > dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> > > > > > jrojas@ | www.matsinc.com Ask us about our clean, green and
> > > > > > beautiful matting and flooring
> > > > > >
> > > > > > This message is intended only for the individual named. If you
> > are not
> > > > the
> > > > > > named addressee you should not disseminate, distribute or copy
> > this
> > > > e-mail.
> > > > > > Please notify the sender immediately by e-mail if you have
> > received
> > > > this
> > > > > > e-mail by mistake. Please note that any views or opinions
> > presented in
> > > > this
> > > > > > email are solely those of the author and do not necessarily
> > represent
> > > > those
> > > > > > of the company.
> > > > > >
> > > > > > -----Original Message-----
> > > > > >
> > > > > > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>
> > > > [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>] On
> > > > Behalf
> > > > > > Of Waffqle
> > > > > > Sent: Thursday, July 14, 2011 9:42 AM
> > > > > > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>
> > > >
> > > > > > Subject: Re: [Vantage] City State from Zip auto fill
> > > > > >
> > > > > >
> > > > > > It would be pretty easy to do.
> > > > > > However, you'd need a database with the city and state of every
> > zip
> > > > > > code. I suppose you could also call a web-service from
> > googlemaps or
> > > > > > something to get it.
> > > > > >
> > > > > > On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
> > > > > > <jgiese@>wrote:
> > > > > >
> > > > > > > **
> > > > > > >
> > > > > > >
> > > > > > > Has anyone ever created an auto complete that when a user
> > enters a
> > > > > > > zipcode that it automatically fills the city and state?
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > *Waffqle Driggers*
> > > > > >
> > > > > > *High End Dev, System Design, Profit Drinking
> > > > > > *
> > > > > > *:: 904.962.2887*
> > > > > > *:: waffqle@*
> > > > > > *:: NO FAXES*
> > > > > >
> > > > > > *
> > > > > >
> > > > > > *
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > > > ------------------------------------
> > > > > >
> > > > > >
> > > > > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
> > must
> > > > > > have already linked your email address to a yahoo id to enable
> > access.
> > > > )
> > > > > > (1) To access the Files Section of our Yahoo!Group for Report
> > Builder
> > > > > > and Crystal Reports and other 'goodies', please goto:
> > > > > > http://groups.yahoo.com/group/vantage/files/.
> > <http://groups.yahoo.com/group/vantage/files/> <
> > > > http://groups.yahoo.com/group/vantage/files/>
> > > >
> > > > > > (2) To search through old msg's goto:
> > > > > > http://groups.yahoo.com/group/vantage/messages
> > > > > > (3) To view links to Vendors that provide Vantage services goto:
> > > > > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > *Waffqle Driggers*
> > > > > *High End Dev, System Design, Profit Drinking
> > > > > *
> > > > > *:: 904.962.2887*
> > > > > *:: waffqle@*
> > > > > *:: NO FAXES*
> > > > >
> > > > > *
> > > > >
> > > > > *
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > > >
> > > > >
> > > > > ------------------------------------
> > > > >
> > > > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
> > must
> > > > have already linked your email address to a yahoo id to enable
> > access. )
> > > > > (1) To access the Files Section of our Yahoo!Group for Report
> > Builder and
> > > > Crystal Reports and other 'goodies', please goto:
> > > > http://groups.yahoo.com/group/vantage/files/.
> > <http://groups.yahoo.com/group/vantage/files/> <
> > > > http://groups.yahoo.com/group/vantage/files/>
> > > >
> > > > > (2) To search through old msg's goto:
> > > > http://groups.yahoo.com/group/vantage/messages
> > > > > (3) To view links to Vendors that provide Vantage services goto:
> > > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > > > >
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > *Waffqle Driggers*
> > > *High End Dev, System Design, Profit Drinking
> > > *
> > > *:: 904.962.2887*
> > > *:: waffqle@*
> > > *:: NO FAXES*
> > >
> > > *
> > >
> > > *
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
Has anyone ever created an auto complete that when a user enters a zipcode that it automatically fills the city and state?
It would be pretty easy to do.
However, you'd need a database with the city and state of every zip code. I
suppose you could also call a web-service from googlemaps or something to
get it.



On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
<jgiese@...>wrote:

> **
>
>
> Has anyone ever created an auto complete that when a user enters a zipcode
> that it automatically fills the city and state?
>
>
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]
This would be great.
I guess the follow up questions would be, do you know of such a
webservice and do you have an example of how to call a web service from
the Epicor client?












Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
jrojas@... | www.matsinc.com Ask us about our clean, green and beautiful matting and flooring


This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.



-----Original Message-----

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Waffqle
Sent: Thursday, July 14, 2011 9:42 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] City State from Zip auto fill

It would be pretty easy to do.
However, you'd need a database with the city and state of every zip
code. I suppose you could also call a web-service from googlemaps or
something to get it.



On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
<jgiese@...>wrote:

> **
>
>
> Has anyone ever created an auto complete that when a user enters a
> zipcode that it automatically fills the city and state?
>
>
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
I don't know of a service that specializes in just this, though I imagine
they exist. Either Google's or Bing's mapping services could be used for
this without much trouble.

Unfortunately the only examples I have are in code that I can't give out.
But it works pretty much exactly the same as any other c# (Or VB assumedly)
project. Create a provider, feed it a WSDL and a function. Poof! You're off
to the races.

On Thu, Jul 14, 2011 at 11:26 AM, Joe Rojas <jrojas@...> wrote:

> **
>
>
> This would be great.
> I guess the follow up questions would be, do you know of such a
> webservice and do you have an example of how to call a web service from
> the Epicor client?
>
> Joe Rojas | Director of Information Technology | Mats Inc
> dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> jrojas@... | www.matsinc.com Ask us about our clean, green and
> beautiful matting and flooring
>
> This message is intended only for the individual named. If you are not the
> named addressee you should not disseminate, distribute or copy this e-mail.
> Please notify the sender immediately by e-mail if you have received this
> e-mail by mistake. Please note that any views or opinions presented in this
> email are solely those of the author and do not necessarily represent those
> of the company.
>
> -----Original Message-----
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of Waffqle
> Sent: Thursday, July 14, 2011 9:42 AM
> To: vantage@yahoogroups.com
> Subject: Re: [Vantage] City State from Zip auto fill
>
>
> It would be pretty easy to do.
> However, you'd need a database with the city and state of every zip
> code. I suppose you could also call a web-service from googlemaps or
> something to get it.
>
> On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
> <jgiese@...>wrote:
>
> > **
> >
> >
> > Has anyone ever created an auto complete that when a user enters a
> > zipcode that it automatically fills the city and state?
> >
> >
> >
>
> --
> *Waffqle Driggers*
>
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
> [Non-text portions of this message have been removed]
>
> ------------------------------------
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder
> and Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]
Well scratch that. I was talking to Mr Gomez and apparently we have already
used a webservice for this exact purpose. You can find it here:
http://ws.geonames.org/postalCodeLookupJSON?postalcode=32224&country=US

It's JSON, so that's a bit of fun. But you should be able to sort it out
without much hassle.

On Thu, Jul 14, 2011 at 12:33 PM, Waffqle <waffqle@...> wrote:

> I don't know of a service that specializes in just this, though I imagine
> they exist. Either Google's or Bing's mapping services could be used for
> this without much trouble.
>
> Unfortunately the only examples I have are in code that I can't give out.
> But it works pretty much exactly the same as any other c# (Or VB assumedly)
> project. Create a provider, feed it a WSDL and a function. Poof! You're off
> to the races.
>
>
> On Thu, Jul 14, 2011 at 11:26 AM, Joe Rojas <jrojas@...> wrote:
>
>> **
>>
>>
>> This would be great.
>> I guess the follow up questions would be, do you know of such a
>> webservice and do you have an example of how to call a web service from
>> the Epicor client?
>>
>> Joe Rojas | Director of Information Technology | Mats Inc
>> dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
>> jrojas@... | www.matsinc.com Ask us about our clean, green and
>> beautiful matting and flooring
>>
>> This message is intended only for the individual named. If you are not the
>> named addressee you should not disseminate, distribute or copy this e-mail.
>> Please notify the sender immediately by e-mail if you have received this
>> e-mail by mistake. Please note that any views or opinions presented in this
>> email are solely those of the author and do not necessarily represent those
>> of the company.
>>
>> -----Original Message-----
>>
>> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
>> Of Waffqle
>> Sent: Thursday, July 14, 2011 9:42 AM
>> To: vantage@yahoogroups.com
>> Subject: Re: [Vantage] City State from Zip auto fill
>>
>>
>> It would be pretty easy to do.
>> However, you'd need a database with the city and state of every zip
>> code. I suppose you could also call a web-service from googlemaps or
>> something to get it.
>>
>> On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
>> <jgiese@...>wrote:
>>
>> > **
>> >
>> >
>> > Has anyone ever created an auto complete that when a user enters a
>> > zipcode that it automatically fills the city and state?
>> >
>> >
>> >
>>
>> --
>> *Waffqle Driggers*
>>
>> *High End Dev, System Design, Profit Drinking
>> *
>> *:: 904.962.2887*
>> *:: waffqle@...*
>> *:: NO FAXES*
>>
>> *
>>
>> *
>>
>> [Non-text portions of this message have been removed]
>>
>> ------------------------------------
>>
>>
>> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
>> have already linked your email address to a yahoo id to enable access. )
>> (1) To access the Files Section of our Yahoo!Group for Report Builder
>> and Crystal Reports and other 'goodies', please goto:
>> http://groups.yahoo.com/group/vantage/files/.
>> (2) To search through old msg's goto:
>> http://groups.yahoo.com/group/vantage/messages
>> (3) To view links to Vendors that provide Vantage services goto:
>> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>>
>>
>>
>
>
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]
Hmm well I know how to do all of this in PHP I even have a pre-populated table purchased from a service that I could dump into a UD table lol... I would much rather prefer calling a dynamic service than a static table though for this information. Any direction on how I would call the web service from C#, parse the JSON string, and set the field vars. I don't know C# like at all yet, working on it, but I'm finding trying to use code within Epicor to be troublesome. I still don't quite understand their code platform.

--- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
>
> Well scratch that. I was talking to Mr Gomez and apparently we have already
> used a webservice for this exact purpose. You can find it here:
> http://ws.geonames.org/postalCodeLookupJSON?postalcode=32224&country=US
>
> It's JSON, so that's a bit of fun. But you should be able to sort it out
> without much hassle.
>
> On Thu, Jul 14, 2011 at 12:33 PM, Waffqle <waffqle@...> wrote:
>
> > I don't know of a service that specializes in just this, though I imagine
> > they exist. Either Google's or Bing's mapping services could be used for
> > this without much trouble.
> >
> > Unfortunately the only examples I have are in code that I can't give out.
> > But it works pretty much exactly the same as any other c# (Or VB assumedly)
> > project. Create a provider, feed it a WSDL and a function. Poof! You're off
> > to the races.
> >
> >
> > On Thu, Jul 14, 2011 at 11:26 AM, Joe Rojas <jrojas@...> wrote:
> >
> >> **
> >>
> >>
> >> This would be great.
> >> I guess the follow up questions would be, do you know of such a
> >> webservice and do you have an example of how to call a web service from
> >> the Epicor client?
> >>
> >> Joe Rojas | Director of Information Technology | Mats Inc
> >> dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> >> jrojas@... | www.matsinc.com Ask us about our clean, green and
> >> beautiful matting and flooring
> >>
> >> This message is intended only for the individual named. If you are not the
> >> named addressee you should not disseminate, distribute or copy this e-mail.
> >> Please notify the sender immediately by e-mail if you have received this
> >> e-mail by mistake. Please note that any views or opinions presented in this
> >> email are solely those of the author and do not necessarily represent those
> >> of the company.
> >>
> >> -----Original Message-----
> >>
> >> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> >> Of Waffqle
> >> Sent: Thursday, July 14, 2011 9:42 AM
> >> To: vantage@yahoogroups.com
> >> Subject: Re: [Vantage] City State from Zip auto fill
> >>
> >>
> >> It would be pretty easy to do.
> >> However, you'd need a database with the city and state of every zip
> >> code. I suppose you could also call a web-service from googlemaps or
> >> something to get it.
> >>
> >> On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
> >> <jgiese@...>wrote:
> >>
> >> > **
> >> >
> >> >
> >> > Has anyone ever created an auto complete that when a user enters a
> >> > zipcode that it automatically fills the city and state?
> >> >
> >> >
> >> >
> >>
> >> --
> >> *Waffqle Driggers*
> >>
> >> *High End Dev, System Design, Profit Drinking
> >> *
> >> *:: 904.962.2887*
> >> *:: waffqle@...*
> >> *:: NO FAXES*
> >>
> >> *
> >>
> >> *
> >>
> >> [Non-text portions of this message have been removed]
> >>
> >> ------------------------------------
> >>
> >>
> >> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> >> have already linked your email address to a yahoo id to enable access. )
> >> (1) To access the Files Section of our Yahoo!Group for Report Builder
> >> and Crystal Reports and other 'goodies', please goto:
> >> http://groups.yahoo.com/group/vantage/files/.
> >> (2) To search through old msg's goto:
> >> http://groups.yahoo.com/group/vantage/messages
> >> (3) To view links to Vendors that provide Vantage services goto:
> >> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >>
> >>
> >>
> >
> >
> >
> > --
> > *Waffqle Driggers*
> > *High End Dev, System Design, Profit Drinking
> > *
> > *:: 904.962.2887*
> > *:: waffqle@...*
> > *:: NO FAXES*
> >
> > *
> >
> > *
> >
>
>
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
>
> [Non-text portions of this message have been removed]
>
Hi Waffqle
This is something I'd be interested in also, I understand you can't give it out, but is there any way we can buy it from you / your company? This would be extremely useful to us

-Mary


________________________________
From: Waffqle <waffqle@...>
To: vantage@yahoogroups.com
Sent: Thursday, July 14, 2011 12:33 PM
Subject: Re: [Vantage] City State from Zip auto fill

I don't know of a service that specializes in just this, though I imagine
they exist. Either Google's or Bing's mapping services could be used for
this without much trouble.

Unfortunately the only examples I have are in code that I can't give out.
But it works pretty much exactly the same as any other c# (Or VB assumedly)
project. Create a provider, feed it a WSDL and a function. Poof! You're off
to the races.

On Thu, Jul 14, 2011 at 11:26 AM, Joe Rojas <jrojas@...> wrote:

> **
>
>
> This would be great.
> I guess the follow up questions would be, do you know of such a
> webservice and do you have an example of how to call a web service from
> the Epicor client?
>
> Joe Rojas | Director of Information Technology | Mats Inc
> dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> jrojas@... | www.matsinc.com Ask us about our clean, green and
> beautiful matting and flooring
>
> This message is intended only for the individual named. If you are not the
> named addressee you should not disseminate, distribute or copy this e-mail.
> Please notify the sender immediately by e-mail if you have received this
> e-mail by mistake. Please note that any views or opinions presented in this
> email are solely those of the author and do not necessarily represent those
> of the company.
>
> -----Original Message-----
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of Waffqle
> Sent: Thursday, July 14, 2011 9:42 AM
> To: vantage@yahoogroups.com
> Subject: Re: [Vantage] City State from Zip auto fill
>
>
> It would be pretty easy to do.
> However, you'd need a database with the city and state of every zip
> code. I suppose you could also call a web-service from googlemaps or
> something to get it.
>
> On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
> <jgiese@...>wrote:
>
> > **
> >
> >
> > Has anyone ever created an auto complete that when a user enters a
> > zipcode that it automatically fills the city and state?
> >
> >
> >
>
> --
> *Waffqle Driggers*
>
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
> [Non-text portions of this message have been removed]
>
> ------------------------------------
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder
> and Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>Â
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links



[Non-text portions of this message have been removed]
I have been able to call out to google with the zipcode and return the correct results. But I have no idea how to read this XML return correctly. I recently did it in PHP and that was a nightmare too. Is it at all possible I can include another library into the code like this one http://code.google.com/p/geocoding-net/ ?

--- In vantage@yahoogroups.com, Mary Devanport <marydevanport@...> wrote:
>
> Hi Waffqle
> This is something I'd be interested in also, I understand you can't give it out, but is there any way we can buy it from you / your company? This would be extremely useful to us
>
> -Mary
>
>
> ________________________________
> From: Waffqle <waffqle@...>
> To: vantage@yahoogroups.com
> Sent: Thursday, July 14, 2011 12:33 PM
> Subject: Re: [Vantage] City State from Zip auto fill
>
> I don't know of a service that specializes in just this, though I imagine
> they exist. Either Google's or Bing's mapping services could be used for
> this without much trouble.
>
> Unfortunately the only examples I have are in code that I can't give out.
> But it works pretty much exactly the same as any other c# (Or VB assumedly)
> project. Create a provider, feed it a WSDL and a function. Poof! You're off
> to the races.
>
> On Thu, Jul 14, 2011 at 11:26 AM, Joe Rojas <jrojas@...> wrote:
>
> > **
> >
> >
> > This would be great.
> > I guess the follow up questions would be, do you know of such a
> > webservice and do you have an example of how to call a web service from
> > the Epicor client?
> >
> > Joe Rojas | Director of Information Technology | Mats Inc
> > dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> > jrojas@... | www.matsinc.com Ask us about our clean, green and
> > beautiful matting and flooring
> >
> > This message is intended only for the individual named. If you are not the
> > named addressee you should not disseminate, distribute or copy this e-mail.
> > Please notify the sender immediately by e-mail if you have received this
> > e-mail by mistake. Please note that any views or opinions presented in this
> > email are solely those of the author and do not necessarily represent those
> > of the company.
> >
> > -----Original Message-----
> >
> > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> > Of Waffqle
> > Sent: Thursday, July 14, 2011 9:42 AM
> > To: vantage@yahoogroups.com
> > Subject: Re: [Vantage] City State from Zip auto fill
> >
> >
> > It would be pretty easy to do.
> > However, you'd need a database with the city and state of every zip
> > code. I suppose you could also call a web-service from googlemaps or
> > something to get it.
> >
> > On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
> > <jgiese@...>wrote:
> >
> > > **
> > >
> > >
> > > Has anyone ever created an auto complete that when a user enters a
> > > zipcode that it automatically fills the city and state?
> > >
> > >
> > >
> >
> > --
> > *Waffqle Driggers*
> >
> > *High End Dev, System Design, Profit Drinking
> > *
> > *:: 904.962.2887*
> > *:: waffqle@...*
> > *:: NO FAXES*
> >
> > *
> >
> > *
> >
> > [Non-text portions of this message have been removed]
> >
> > ------------------------------------
> >
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> > have already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > and Crystal Reports and other 'goodies', please goto:
> > http://groups.yahoo.com/group/vantage/files/.
> > (2) To search through old msg's goto:
> > http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto:
> > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
> >Â
> >
>
>
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>
In epicor 9.05 I was poking around in dev mode looking at the options available to my customization. I noticed under tools "Assembly Reference Manger". Within it you can add .dll files.... Could this be the answer?

"Zac" Jason Woodward
Network Administrator
Intermountain Electronics, Inc.
O: 877-544-2291
M: 435-820-6515
F: 435-637-9601
www.ie-corp.com

Creating customer confidence through extraordinary service and experienced industry experts.

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jgiese1988
Sent: Friday, July 15, 2011 11:29 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: City State from Zip auto fill



I have been able to call out to google with the zipcode and return the correct results. But I have no idea how to read this XML return correctly. I recently did it in PHP and that was a nightmare too. Is it at all possible I can include another library into the code like this one http://code.google.com/p/geocoding-net/ ?

--- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Mary Devanport <marydevanport@...> wrote:
>
> Hi Waffqle
> This is something I'd be interested in also, I understand you can't give it out, but is there any way we can buy it from you / your company? This would be extremely useful to us
>
> -Mary
>
>
> ________________________________
> From: Waffqle <waffqle@...>
> To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> Sent: Thursday, July 14, 2011 12:33 PM
> Subject: Re: [Vantage] City State from Zip auto fill
>
> I don't know of a service that specializes in just this, though I imagine
> they exist. Either Google's or Bing's mapping services could be used for
> this without much trouble.
>
> Unfortunately the only examples I have are in code that I can't give out.
> But it works pretty much exactly the same as any other c# (Or VB assumedly)
> project. Create a provider, feed it a WSDL and a function. Poof! You're off
> to the races.
>
> On Thu, Jul 14, 2011 at 11:26 AM, Joe Rojas <jrojas@...> wrote:
>
> > **
> >
> >
> > This would be great.
> > I guess the follow up questions would be, do you know of such a
> > webservice and do you have an example of how to call a web service from
> > the Epicor client?
> >
> > Joe Rojas | Director of Information Technology | Mats Inc
> > dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> > jrojas@... | www.matsinc.com Ask us about our clean, green and
> > beautiful matting and flooring
> >
> > This message is intended only for the individual named. If you are not the
> > named addressee you should not disseminate, distribute or copy this e-mail.
> > Please notify the sender immediately by e-mail if you have received this
> > e-mail by mistake. Please note that any views or opinions presented in this
> > email are solely those of the author and do not necessarily represent those
> > of the company.
> >
> > -----Original Message-----
> >
> > From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf
> > Of Waffqle
> > Sent: Thursday, July 14, 2011 9:42 AM
> > To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> > Subject: Re: [Vantage] City State from Zip auto fill
> >
> >
> > It would be pretty easy to do.
> > However, you'd need a database with the city and state of every zip
> > code. I suppose you could also call a web-service from googlemaps or
> > something to get it.
> >
> > On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
> > <jgiese@...>wrote:
> >
> > > **
> > >
> > >
> > > Has anyone ever created an auto complete that when a user enters a
> > > zipcode that it automatically fills the city and state?
> > >
> > >
> > >
> >
> > --
> > *Waffqle Driggers*
> >
> > *High End Dev, System Design, Profit Drinking
> > *
> > *:: 904.962.2887*
> > *:: waffqle@...*
> > *:: NO FAXES*
> >
> > *
> >
> > *
> >
> > [Non-text portions of this message have been removed]
> >
> > ------------------------------------
> >
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> > have already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > and Crystal Reports and other 'goodies', please goto:
> > http://groups.yahoo.com/group/vantage/files/.<http://groups.yahoo.com/group/vantage/files/>
> > (2) To search through old msg's goto:
> > http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto:
> > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
> >
> >
>
>
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.<http://groups.yahoo.com/group/vantage/files/>
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>



[Non-text portions of this message have been removed]
You shouldn't need that for this scenario. The WSProvider is already there.

Also, as far as parsing the XML goes, look into LINQ. It will allow you to
just query out the items you are interested in.

On Fri, Jul 15, 2011 at 1:52 PM, Zac Jason Woodward <zac@...> wrote:

> **
>
>
> In epicor 9.05 I was poking around in dev mode looking at the options
> available to my customization. I noticed under tools "Assembly Reference
> Manger". Within it you can add .dll files.... Could this be the answer?
>
> "Zac" Jason Woodward
> Network Administrator
> Intermountain Electronics, Inc.
> O: 877-544-2291
> M: 435-820-6515
> F: 435-637-9601
> www.ie-corp.com
>
> Creating customer confidence through extraordinary service and experienced
> industry experts.
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of jgiese1988
> Sent: Friday, July 15, 2011 11:29 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: City State from Zip auto fill
>
>
> I have been able to call out to google with the zipcode and return the
> correct results. But I have no idea how to read this XML return correctly. I
> recently did it in PHP and that was a nightmare too. Is it at all possible I
> can include another library into the code like this one
> http://code.google.com/p/geocoding-net/ ?
>
> --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Mary
> Devanport <marydevanport@...> wrote:
> >
> > Hi Waffqle
> > This is something I'd be interested in also, I understand you can't give
> it out, but is there any way we can buy it from you / your company? This
> would be extremely useful to us
> >
> > -Mary
> >
> >
> > ________________________________
> > From: Waffqle <waffqle@...>
> > To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
>
> > Sent: Thursday, July 14, 2011 12:33 PM
> > Subject: Re: [Vantage] City State from Zip auto fill
> >
> > I don't know of a service that specializes in just this, though I imagine
> > they exist. Either Google's or Bing's mapping services could be used for
> > this without much trouble.
> >
> > Unfortunately the only examples I have are in code that I can't give out.
> > But it works pretty much exactly the same as any other c# (Or VB
> assumedly)
> > project. Create a provider, feed it a WSDL and a function. Poof! You're
> off
> > to the races.
> >
> > On Thu, Jul 14, 2011 at 11:26 AM, Joe Rojas <jrojas@...> wrote:
> >
> > > **
> > >
> > >
> > > This would be great.
> > > I guess the follow up questions would be, do you know of such a
> > > webservice and do you have an example of how to call a web service from
> > > the Epicor client?
> > >
> > > Joe Rojas | Director of Information Technology | Mats Inc
> > > dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> > > jrojas@... | www.matsinc.com Ask us about our clean, green and
> > > beautiful matting and flooring
> > >
> > > This message is intended only for the individual named. If you are not
> the
> > > named addressee you should not disseminate, distribute or copy this
> e-mail.
> > > Please notify the sender immediately by e-mail if you have received
> this
> > > e-mail by mistake. Please note that any views or opinions presented in
> this
> > > email are solely those of the author and do not necessarily represent
> those
> > > of the company.
> > >
> > > -----Original Message-----
> > >
> > > From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On
> Behalf
> > > Of Waffqle
> > > Sent: Thursday, July 14, 2011 9:42 AM
> > > To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
>
> > > Subject: Re: [Vantage] City State from Zip auto fill
> > >
> > >
> > > It would be pretty easy to do.
> > > However, you'd need a database with the city and state of every zip
> > > code. I suppose you could also call a web-service from googlemaps or
> > > something to get it.
> > >
> > > On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
> > > <jgiese@...>wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Has anyone ever created an auto complete that when a user enters a
> > > > zipcode that it automatically fills the city and state?
> > > >
> > > >
> > > >
> > >
> > > --
> > > *Waffqle Driggers*
> > >
> > > *High End Dev, System Design, Profit Drinking
> > > *
> > > *:: 904.962.2887*
> > > *:: waffqle@...*
> > > *:: NO FAXES*
> > >
> > > *
> > >
> > > *
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > > ------------------------------------
> > >
> > >
> > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> > > have already linked your email address to a yahoo id to enable access.
> )
> > > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > > and Crystal Reports and other 'goodies', please goto:
> > > http://groups.yahoo.com/group/vantage/files/.<
> http://groups.yahoo.com/group/vantage/files/>
>
> > > (2) To search through old msg's goto:
> > > http://groups.yahoo.com/group/vantage/messages
> > > (3) To view links to Vendors that provide Vantage services goto:
> > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > >
> > >
> > >
> >
> >
> >
> > --
> > *Waffqle Driggers*
> > *High End Dev, System Design, Profit Drinking
> > *
> > *:: 904.962.2887*
> > *:: waffqle@...*
> > *:: NO FAXES*
> >
> > *
> >
> > *
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> > ------------------------------------
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.<
> http://groups.yahoo.com/group/vantage/files/>
>
> > (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
> [Non-text portions of this message have been removed]
>
>
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]
Hey gang I figured it out. Wow... that was actually really easy. I too cannot share the code, but know that between the wizards, yahoo geocodes, and about 20 lines of code I was able to do it with an XML response.

--- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
>
> You shouldn't need that for this scenario. The WSProvider is already there.
>
> Also, as far as parsing the XML goes, look into LINQ. It will allow you to
> just query out the items you are interested in.
>
> On Fri, Jul 15, 2011 at 1:52 PM, Zac Jason Woodward <zac@...> wrote:
>
> > **
> >
> >
> > In epicor 9.05 I was poking around in dev mode looking at the options
> > available to my customization. I noticed under tools "Assembly Reference
> > Manger". Within it you can add .dll files.... Could this be the answer?
> >
> > "Zac" Jason Woodward
> > Network Administrator
> > Intermountain Electronics, Inc.
> > O: 877-544-2291
> > M: 435-820-6515
> > F: 435-637-9601
> > www.ie-corp.com
> >
> > Creating customer confidence through extraordinary service and experienced
> > industry experts.
> >
> > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> > Of jgiese1988
> > Sent: Friday, July 15, 2011 11:29 AM
> > To: vantage@yahoogroups.com
> > Subject: [Vantage] Re: City State from Zip auto fill
> >
> >
> > I have been able to call out to google with the zipcode and return the
> > correct results. But I have no idea how to read this XML return correctly. I
> > recently did it in PHP and that was a nightmare too. Is it at all possible I
> > can include another library into the code like this one
> > http://code.google.com/p/geocoding-net/ ?
> >
> > --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Mary
> > Devanport <marydevanport@> wrote:
> > >
> > > Hi Waffqle
> > > This is something I'd be interested in also, I understand you can't give
> > it out, but is there any way we can buy it from you / your company? This
> > would be extremely useful to us
> > >
> > > -Mary
> > >
> > >
> > > ________________________________
> > > From: Waffqle <waffqle@>
> > > To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> >
> > > Sent: Thursday, July 14, 2011 12:33 PM
> > > Subject: Re: [Vantage] City State from Zip auto fill
> > >
> > > I don't know of a service that specializes in just this, though I imagine
> > > they exist. Either Google's or Bing's mapping services could be used for
> > > this without much trouble.
> > >
> > > Unfortunately the only examples I have are in code that I can't give out.
> > > But it works pretty much exactly the same as any other c# (Or VB
> > assumedly)
> > > project. Create a provider, feed it a WSDL and a function. Poof! You're
> > off
> > > to the races.
> > >
> > > On Thu, Jul 14, 2011 at 11:26 AM, Joe Rojas <jrojas@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > This would be great.
> > > > I guess the follow up questions would be, do you know of such a
> > > > webservice and do you have an example of how to call a web service from
> > > > the Epicor client?
> > > >
> > > > Joe Rojas | Director of Information Technology | Mats Inc
> > > > dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> > > > jrojas@ | www.matsinc.com Ask us about our clean, green and
> > > > beautiful matting and flooring
> > > >
> > > > This message is intended only for the individual named. If you are not
> > the
> > > > named addressee you should not disseminate, distribute or copy this
> > e-mail.
> > > > Please notify the sender immediately by e-mail if you have received
> > this
> > > > e-mail by mistake. Please note that any views or opinions presented in
> > this
> > > > email are solely those of the author and do not necessarily represent
> > those
> > > > of the company.
> > > >
> > > > -----Original Message-----
> > > >
> > > > From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> > [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On
> > Behalf
> > > > Of Waffqle
> > > > Sent: Thursday, July 14, 2011 9:42 AM
> > > > To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> >
> > > > Subject: Re: [Vantage] City State from Zip auto fill
> > > >
> > > >
> > > > It would be pretty easy to do.
> > > > However, you'd need a database with the city and state of every zip
> > > > code. I suppose you could also call a web-service from googlemaps or
> > > > something to get it.
> > > >
> > > > On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
> > > > <jgiese@>wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Has anyone ever created an auto complete that when a user enters a
> > > > > zipcode that it automatically fills the city and state?
> > > > >
> > > > >
> > > > >
> > > >
> > > > --
> > > > *Waffqle Driggers*
> > > >
> > > > *High End Dev, System Design, Profit Drinking
> > > > *
> > > > *:: 904.962.2887*
> > > > *:: waffqle@*
> > > > *:: NO FAXES*
> > > >
> > > > *
> > > >
> > > > *
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > > ------------------------------------
> > > >
> > > >
> > > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> > > > have already linked your email address to a yahoo id to enable access.
> > )
> > > > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > > > and Crystal Reports and other 'goodies', please goto:
> > > > http://groups.yahoo.com/group/vantage/files/.<
> > http://groups.yahoo.com/group/vantage/files/>
> >
> > > > (2) To search through old msg's goto:
> > > > http://groups.yahoo.com/group/vantage/messages
> > > > (3) To view links to Vendors that provide Vantage services goto:
> > > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > *Waffqle Driggers*
> > > *High End Dev, System Design, Profit Drinking
> > > *
> > > *:: 904.962.2887*
> > > *:: waffqle@*
> > > *:: NO FAXES*
> > >
> > > *
> > >
> > > *
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> > have already linked your email address to a yahoo id to enable access. )
> > > (1) To access the Files Section of our Yahoo!Group for Report Builder and
> > Crystal Reports and other 'goodies', please goto:
> > http://groups.yahoo.com/group/vantage/files/.<
> > http://groups.yahoo.com/group/vantage/files/>
> >
> > > (2) To search through old msg's goto:
> > http://groups.yahoo.com/group/vantage/messages
> > > (3) To view links to Vendors that provide Vantage services goto:
> > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
>
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
>
> [Non-text portions of this message have been removed]
>
Absolutely! Send me an email off-list and we can discuss this further.

On Fri, Jul 15, 2011 at 8:19 AM, Mary Devanport <marydevanport@...>wrote:

> **
>
>
> Hi Waffqle
> This is something I'd be interested in also, I understand you can't give it
> out, but is there any way we can buy it from you / your company? This would
> be extremely useful to us
>
> -Mary
>
> ________________________________
> From: Waffqle <waffqle@...>
> To: vantage@yahoogroups.com
> Sent: Thursday, July 14, 2011 12:33 PM
>
> Subject: Re: [Vantage] City State from Zip auto fill
>
> I don't know of a service that specializes in just this, though I imagine
> they exist. Either Google's or Bing's mapping services could be used for
> this without much trouble.
>
> Unfortunately the only examples I have are in code that I can't give out.
> But it works pretty much exactly the same as any other c# (Or VB assumedly)
> project. Create a provider, feed it a WSDL and a function. Poof! You're off
> to the races.
>
> On Thu, Jul 14, 2011 at 11:26 AM, Joe Rojas <jrojas@...> wrote:
>
> > **
> >
> >
> > This would be great.
> > I guess the follow up questions would be, do you know of such a
> > webservice and do you have an example of how to call a web service from
> > the Epicor client?
> >
> > Joe Rojas | Director of Information Technology | Mats Inc
> > dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> > jrojas@... | www.matsinc.com Ask us about our clean, green and
> > beautiful matting and flooring
> >
> > This message is intended only for the individual named. If you are not
> the
> > named addressee you should not disseminate, distribute or copy this
> e-mail.
> > Please notify the sender immediately by e-mail if you have received this
> > e-mail by mistake. Please note that any views or opinions presented in
> this
> > email are solely those of the author and do not necessarily represent
> those
> > of the company.
> >
> > -----Original Message-----
> >
> > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> > Of Waffqle
> > Sent: Thursday, July 14, 2011 9:42 AM
> > To: vantage@yahoogroups.com
> > Subject: Re: [Vantage] City State from Zip auto fill
> >
> >
> > It would be pretty easy to do.
> > However, you'd need a database with the city and state of every zip
> > code. I suppose you could also call a web-service from googlemaps or
> > something to get it.
> >
> > On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
> > <jgiese@...>wrote:
> >
> > > **
> > >
> > >
> > > Has anyone ever created an auto complete that when a user enters a
> > > zipcode that it automatically fills the city and state?
> > >
> > >
> > >
> >
> > --
> > *Waffqle Driggers*
> >
> > *High End Dev, System Design, Profit Drinking
> > *
> > *:: 904.962.2887*
> > *:: waffqle@...*
> > *:: NO FAXES*
> >
> > *
> >
> > *
> >
> > [Non-text portions of this message have been removed]
> >
> > ------------------------------------
> >
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> > have already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > and Crystal Reports and other 'goodies', please goto:
> > http://groups.yahoo.com/group/vantage/files/.
> > (2) To search through old msg's goto:
> > http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto:
> > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
> >
> >
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
> [Non-text portions of this message have been removed]
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
> [Non-text portions of this message have been removed]
>
>
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]
That's good news.

I might have missed it but why can't use share your code?

Even if you can't can you share with us some web links or instructions
without code on how you did it?



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of jgiese1988
Sent: Friday, July 15, 2011 4:03 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: City State from Zip auto fill





Hey gang I figured it out. Wow... that was actually really easy. I too
cannot share the code, but know that between the wizards, yahoo
geocodes, and about 20 lines of code I was able to do it with an XML
response.

--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
Waffqle <waffqle@...> wrote:
>
> You shouldn't need that for this scenario. The WSProvider is already
there.
>
> Also, as far as parsing the XML goes, look into LINQ. It will allow
you to
> just query out the items you are interested in.
>
> On Fri, Jul 15, 2011 at 1:52 PM, Zac Jason Woodward <zac@...> wrote:
>
> > **
> >
> >
> > In epicor 9.05 I was poking around in dev mode looking at the
options
> > available to my customization. I noticed under tools "Assembly
Reference
> > Manger". Within it you can add .dll files.... Could this be the
answer?
> >
> > "Zac" Jason Woodward
> > Network Administrator
> > Intermountain Electronics, Inc.
> > O: 877-544-2291
> > M: 435-820-6515
> > F: 435-637-9601
> > www.ie-corp.com
> >
> > Creating customer confidence through extraordinary service and
experienced
> > industry experts.
> >
> > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf
> > Of jgiese1988
> > Sent: Friday, July 15, 2011 11:29 AM
> > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > Subject: [Vantage] Re: City State from Zip auto fill
> >
> >
> > I have been able to call out to google with the zipcode and return
the
> > correct results. But I have no idea how to read this XML return
correctly. I
> > recently did it in PHP and that was a nightmare too. Is it at all
possible I
> > can include another library into the code like this one
> > http://code.google.com/p/geocoding-net/ ?
> >
> > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>, Mary
> > Devanport <marydevanport@> wrote:
> > >
> > > Hi Waffqle
> > > This is something I'd be interested in also, I understand you
can't give
> > it out, but is there any way we can buy it from you / your company?
This
> > would be extremely useful to us
> > >
> > > -Mary
> > >
> > >
> > >










Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
jrojas@... | www.matsinc.com Ask us about our clean, green and beautiful matting and flooring


This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.



________________________________

> > > From: Waffqle <waffqle@>
> > > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
> >
> > > Sent: Thursday, July 14, 2011 12:33 PM
> > > Subject: Re: [Vantage] City State from Zip auto fill
> > >
> > > I don't know of a service that specializes in just this, though I
imagine
> > > they exist. Either Google's or Bing's mapping services could be
used for
> > > this without much trouble.
> > >
> > > Unfortunately the only examples I have are in code that I can't
give out.
> > > But it works pretty much exactly the same as any other c# (Or VB
> > assumedly)
> > > project. Create a provider, feed it a WSDL and a function. Poof!
You're
> > off
> > > to the races.
> > >
> > > On Thu, Jul 14, 2011 at 11:26 AM, Joe Rojas <jrojas@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > This would be great.
> > > > I guess the follow up questions would be, do you know of such a
> > > > webservice and do you have an example of how to call a web
service from
> > > > the Epicor client?
> > > >
> > > > Joe Rojas | Director of Information Technology | Mats Inc
> > > > dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> > > > jrojas@ | www.matsinc.com Ask us about our clean, green and
> > > > beautiful matting and flooring
> > > >
> > > > This message is intended only for the individual named. If you
are not
> > the
> > > > named addressee you should not disseminate, distribute or copy
this
> > e-mail.
> > > > Please notify the sender immediately by e-mail if you have
received
> > this
> > > > e-mail by mistake. Please note that any views or opinions
presented in
> > this
> > > > email are solely those of the author and do not necessarily
represent
> > those
> > > > of the company.
> > > >
> > > > -----Original Message-----
> > > >
> > > > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
> > [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>] On
> > Behalf
> > > > Of Waffqle
> > > > Sent: Thursday, July 14, 2011 9:42 AM
> > > > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
> >
> > > > Subject: Re: [Vantage] City State from Zip auto fill
> > > >
> > > >
> > > > It would be pretty easy to do.
> > > > However, you'd need a database with the city and state of every
zip
> > > > code. I suppose you could also call a web-service from
googlemaps or
> > > > something to get it.
> > > >
> > > > On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
> > > > <jgiese@>wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Has anyone ever created an auto complete that when a user
enters a
> > > > > zipcode that it automatically fills the city and state?
> > > > >
> > > > >
> > > > >
> > > >
> > > > --
> > > > *Waffqle Driggers*
> > > >
> > > > *High End Dev, System Design, Profit Drinking
> > > > *
> > > > *:: 904.962.2887*
> > > > *:: waffqle@*
> > > > *:: NO FAXES*
> > > >
> > > > *
> > > >
> > > > *
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > > ------------------------------------
> > > >
> > > >
> > > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
must
> > > > have already linked your email address to a yahoo id to enable
access.
> > )
> > > > (1) To access the Files Section of our Yahoo!Group for Report
Builder
> > > > and Crystal Reports and other 'goodies', please goto:
> > > > http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/> <
> > http://groups.yahoo.com/group/vantage/files/>
> >
> > > > (2) To search through old msg's goto:
> > > > http://groups.yahoo.com/group/vantage/messages
> > > > (3) To view links to Vendors that provide Vantage services goto:
> > > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > *Waffqle Driggers*
> > > *High End Dev, System Design, Profit Drinking
> > > *
> > > *:: 904.962.2887*
> > > *:: waffqle@*
> > > *:: NO FAXES*
> > >
> > > *
> > >
> > > *
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
must
> > have already linked your email address to a yahoo id to enable
access. )
> > > (1) To access the Files Section of our Yahoo!Group for Report
Builder and
> > Crystal Reports and other 'goodies', please goto:
> > http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/> <
> > http://groups.yahoo.com/group/vantage/files/>
> >
> > > (2) To search through old msg's goto:
> > http://groups.yahoo.com/group/vantage/messages
> > > (3) To view links to Vendors that provide Vantage services goto:
> > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
>
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
>
> [Non-text portions of this message have been removed]
>




[Non-text portions of this message have been removed]
The reason why I, or anyone else that says they cannot share their code for the most part, cannot share the code is because it was developed for the company we work for, by which it is the companies intellectual rights. Something we cannot legally share unfortunately. I would love to post the chunk I wrote up, it's always fun to share code and get feedback. Anyways, for what I built all you really need is the Yahoo Maps API, read their documentation on its use, and vb.net that will parse Yahoo Maps API response. That's really all that's to it. In pseudo code:

On field change function
case zip
if zip validates then
yahoo geo url
get response
parse response
loop response
if city set city field
if state set state field
else
fail
end
end

--- In vantage@yahoogroups.com, Joe Rojas <jrojas@...> wrote:
>
> That's good news.
>
> I might have missed it but why can't use share your code?
>
> Even if you can't can you share with us some web links or instructions
> without code on how you did it?
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of jgiese1988
> Sent: Friday, July 15, 2011 4:03 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: City State from Zip auto fill
>
>
>
>
>
> Hey gang I figured it out. Wow... that was actually really easy. I too
> cannot share the code, but know that between the wizards, yahoo
> geocodes, and about 20 lines of code I was able to do it with an XML
> response.
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> Waffqle <waffqle@> wrote:
> >
> > You shouldn't need that for this scenario. The WSProvider is already
> there.
> >
> > Also, as far as parsing the XML goes, look into LINQ. It will allow
> you to
> > just query out the items you are interested in.
> >
> > On Fri, Jul 15, 2011 at 1:52 PM, Zac Jason Woodward <zac@> wrote:
> >
> > > **
> > >
> > >
> > > In epicor 9.05 I was poking around in dev mode looking at the
> options
> > > available to my customization. I noticed under tools "Assembly
> Reference
> > > Manger". Within it you can add .dll files.... Could this be the
> answer?
> > >
> > > "Zac" Jason Woodward
> > > Network Administrator
> > > Intermountain Electronics, Inc.
> > > O: 877-544-2291
> > > M: 435-820-6515
> > > F: 435-637-9601
> > > www.ie-corp.com
> > >
> > > Creating customer confidence through extraordinary service and
> experienced
> > > industry experts.
> > >
> > > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
> Behalf
> > > Of jgiese1988
> > > Sent: Friday, July 15, 2011 11:29 AM
> > > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > > Subject: [Vantage] Re: City State from Zip auto fill
> > >
> > >
> > > I have been able to call out to google with the zipcode and return
> the
> > > correct results. But I have no idea how to read this XML return
> correctly. I
> > > recently did it in PHP and that was a nightmare too. Is it at all
> possible I
> > > can include another library into the code like this one
> > > http://code.google.com/p/geocoding-net/ ?
> > >
> > > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>, Mary
> > > Devanport <marydevanport@> wrote:
> > > >
> > > > Hi Waffqle
> > > > This is something I'd be interested in also, I understand you
> can't give
> > > it out, but is there any way we can buy it from you / your company?
> This
> > > would be extremely useful to us
> > > >
> > > > -Mary
> > > >
> > > >
> > > >
>
>
>
>
>
>
>
>
>
>
> Joe Rojas | Director of Information Technology | Mats Inc
> dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> jrojas@... | www.matsinc.com Ask us about our clean, green and beautiful matting and flooring
>
>
> This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.
>
>
>
> ________________________________
>
> > > > From: Waffqle <waffqle@>
> > > > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>
> > >
> > > > Sent: Thursday, July 14, 2011 12:33 PM
> > > > Subject: Re: [Vantage] City State from Zip auto fill
> > > >
> > > > I don't know of a service that specializes in just this, though I
> imagine
> > > > they exist. Either Google's or Bing's mapping services could be
> used for
> > > > this without much trouble.
> > > >
> > > > Unfortunately the only examples I have are in code that I can't
> give out.
> > > > But it works pretty much exactly the same as any other c# (Or VB
> > > assumedly)
> > > > project. Create a provider, feed it a WSDL and a function. Poof!
> You're
> > > off
> > > > to the races.
> > > >
> > > > On Thu, Jul 14, 2011 at 11:26 AM, Joe Rojas <jrojas@> wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > This would be great.
> > > > > I guess the follow up questions would be, do you know of such a
> > > > > webservice and do you have an example of how to call a web
> service from
> > > > > the Epicor client?
> > > > >
> > > > > Joe Rojas | Director of Information Technology | Mats Inc
> > > > > dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> > > > > jrojas@ | www.matsinc.com Ask us about our clean, green and
> > > > > beautiful matting and flooring
> > > > >
> > > > > This message is intended only for the individual named. If you
> are not
> > > the
> > > > > named addressee you should not disseminate, distribute or copy
> this
> > > e-mail.
> > > > > Please notify the sender immediately by e-mail if you have
> received
> > > this
> > > > > e-mail by mistake. Please note that any views or opinions
> presented in
> > > this
> > > > > email are solely those of the author and do not necessarily
> represent
> > > those
> > > > > of the company.
> > > > >
> > > > > -----Original Message-----
> > > > >
> > > > > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>
> > > [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>] On
> > > Behalf
> > > > > Of Waffqle
> > > > > Sent: Thursday, July 14, 2011 9:42 AM
> > > > > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>
> > >
> > > > > Subject: Re: [Vantage] City State from Zip auto fill
> > > > >
> > > > >
> > > > > It would be pretty easy to do.
> > > > > However, you'd need a database with the city and state of every
> zip
> > > > > code. I suppose you could also call a web-service from
> googlemaps or
> > > > > something to get it.
> > > > >
> > > > > On Thu, Jul 14, 2011 at 9:25 AM, jgiese1988
> > > > > <jgiese@>wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Has anyone ever created an auto complete that when a user
> enters a
> > > > > > zipcode that it automatically fills the city and state?
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > *Waffqle Driggers*
> > > > >
> > > > > *High End Dev, System Design, Profit Drinking
> > > > > *
> > > > > *:: 904.962.2887*
> > > > > *:: waffqle@*
> > > > > *:: NO FAXES*
> > > > >
> > > > > *
> > > > >
> > > > > *
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > > > ------------------------------------
> > > > >
> > > > >
> > > > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
> must
> > > > > have already linked your email address to a yahoo id to enable
> access.
> > > )
> > > > > (1) To access the Files Section of our Yahoo!Group for Report
> Builder
> > > > > and Crystal Reports and other 'goodies', please goto:
> > > > > http://groups.yahoo.com/group/vantage/files/.
> <http://groups.yahoo.com/group/vantage/files/> <
> > > http://groups.yahoo.com/group/vantage/files/>
> > >
> > > > > (2) To search through old msg's goto:
> > > > > http://groups.yahoo.com/group/vantage/messages
> > > > > (3) To view links to Vendors that provide Vantage services goto:
> > > > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > *Waffqle Driggers*
> > > > *High End Dev, System Design, Profit Drinking
> > > > *
> > > > *:: 904.962.2887*
> > > > *:: waffqle@*
> > > > *:: NO FAXES*
> > > >
> > > > *
> > > >
> > > > *
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > >
> > > >
> > > > ------------------------------------
> > > >
> > > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
> must
> > > have already linked your email address to a yahoo id to enable
> access. )
> > > > (1) To access the Files Section of our Yahoo!Group for Report
> Builder and
> > > Crystal Reports and other 'goodies', please goto:
> > > http://groups.yahoo.com/group/vantage/files/.
> <http://groups.yahoo.com/group/vantage/files/> <
> > > http://groups.yahoo.com/group/vantage/files/>
> > >
> > > > (2) To search through old msg's goto:
> > > http://groups.yahoo.com/group/vantage/messages
> > > > (3) To view links to Vendors that provide Vantage services goto:
> > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > >
> > >
> >
> >
> >
> > --
> > *Waffqle Driggers*
> > *High End Dev, System Design, Profit Drinking
> > *
> > *:: 904.962.2887*
> > *:: waffqle@*
> > *:: NO FAXES*
> >
> > *
> >
> > *
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
> [Non-text portions of this message have been removed]
>