Web Vfp
We currently have a application where several hundred agencies send employee
wages into our firm and we punch them into a program. We would like to set
it up so the individual agencies can do this themselves. I am not sure how
to set this up. I was hoping someone could tell me if there is a book I could
buy to do find out about this. I do not really want to set up a webpage for
this. I am hoping I can connect to to a com component and run the exe on
our system. Any advice would be appreciated
[521 byte] By [
Lori] at [2007-11-10 12:49:32]

# 1 Re: Web Vfp
Hi Lori
Since VFP can publish and consume Web Services as well, i would create two
applications here:
* A Web Service that will run on the server that does the 'punching' part
( your words :-) )
* A Client app. that you install in the agencies, that will consume the Web
Service specified above.
For information on creating or consuming Web Services in VFP, check out the
help file and samples. You can also see the zillion threads on the subject
in universalthread.
PS: You should use VFP7 or later for the above mentioned to work.
Jaime
"Lori" <Lori2-1@excite.com> wrote in message
news:3eca4c41$1@tnews.web.dev-archive.com...
>
> We currently have a application where several hundred agencies send
employee
> wages into our firm and we punch them into a program. We would like to set
> it up so the individual agencies can do this themselves. I am not sure how
> to set this up. I was hoping someone could tell me if there is a book I
could
> buy to do find out about this. I do not really want to set up a webpage
for
> this. I am hoping I can connect to to a com component and run the exe on
> our system. Any advice would be appreciated
Jaime at 2007-11-11 23:50:51 >
