How I could change informations between two VFP
applications, via Intranet, using network comunication
ports named IP-Adress:no-port ?
Any kind of help will be welcome !...

Regards, Ioan Russu

Re: Talking between 2 VFP applications via Intranet by Christian

Christian
Thu Nov 06 06:49:16 CST 2003

Hello,

http://www.utmag.com/March2002/

see article: "VFP and Winsock: Desmystifying"

Regards

Christian

"Ioan Russu" <ioanrussu@netscape.net> schrieb im Newsbeitrag
news:0cc801c3a461$8f750620$a101280a@phx.gbl...
> How I could change informations between two VFP
> applications, via Intranet, using network comunication
> ports named IP-Adress:no-port ?
> Any kind of help will be welcome !...
>
> Regards, Ioan Russu



Re: Talking between 2 VFP applications via Intranet by Leemi

Leemi
Thu Nov 06 08:34:01 CST 2003

Hi Ioan Russu:

Directly communication via that TCP/IP address might be another options.
See this white paper:

http://www.west-wind.com/presentations/internetenabling/InternetEnabling.htm

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retires Sept. 30th, 2003

Hello,

http://www.utmag.com/March2002/

see article: "VFP and Winsock: Desmystifying"

Regards

Christian

>"Ioan Russu" <ioanrussu@netscape.net> schrieb im Newsbeitrag
>news:0cc801c3a461$8f750620$a101280a@phx.gbl...
> How I could change informations between two VFP
> applications, via Intranet, using network comunication
> ports named IP-Adress:no-port ?
> Any kind of help will be welcome !...
>
> Regards, Ioan Russu



Re: Talking between 2 VFP applications via Intranet by Remus

Remus
Thu Nov 06 10:33:36 CST 2003

MSMQ is another viable option
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msmq/msmq_overview_4ilh.asp

Via internet you'll have to consider things like firewalls, proxies and NAT.
Not everybody will be willing to open the port used by your app. And you
need to do some extra steps to reach an app behind a proxy.

HTH,
Remus

"Ioan Russu" <ioanrussu@netscape.net> wrote in message
news:0cc801c3a461$8f750620$a101280a@phx.gbl...
> How I could change informations between two VFP
> applications, via Intranet, using network comunication
> ports named IP-Adress:no-port ?
> Any kind of help will be welcome !...
>
> Regards, Ioan Russu