Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I create an Internet enabled app?
Message
 
To
14/05/2004 16:09:11
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00904206
Message ID:
00904227
Views:
17
After rereading your post, you may be more interested in MS Terminal Service or Citrix. Under this scenario, I guess you wouldn't need an ISP. Your users would simply get a session to a server somewhere that is connected to the internet. Your app would not have to change under this scenario.
Other than that, I would suggest getting involved with VFP mtdlls that could be called as web applications or web services. Web Applications will return dynamic HTML to the user's browser while a Web Service could be called from any desktop VFP GUI app. However, you'll still need to be hosted on an IIS web server someplace in these situations. This could be at an ISP, in your offices, or your client's office.
ActiveVFP (http://www.activevfp.com/avfpdemo2) is a good free tool to get you going on a VFP web app...
>Hello Everybody.
>
>For a while now I have been following with interest threads which talk about accessing data over/through/from the internet in an attempt to learn on how to do this best for my app.
>
>Maybe it would be best if I start by describing what I have in mind:
>
>I have a MRP system (manufacturing software) which I would like to upgrade with 'satellite' apps. Those would be small exe's which reside at a salesman's or customer’s workstation anywhere in the world. With those apps they could then enter orders, view inventory stock status, view their order status, etc..
>
>Now, in order for my customer not to have to buy an internet server, or having to go through the trouble to find an ISP which offers certain services needed, I though the best (and maybe easiest) way of doing this could be to connect the 'satellite' workstation with my customers workstation/server through the internet.
>
>Originally I though that should add to the security, since I have no website which someone could find, and because of this knowledge could then hack into it. however, this leaves an open connection to my customers network, which is not that great (security wise) either.
>
>Another issue is live data. My proffered way is to have up-to-date information available. If I have data on a web server, I need to update this periodically, which means it's not live data.
>
>what are the usually preferred approaches and how do I start using them?
>
>Thank you very much in advance for all your thoughts and help!
Previous
Reply
Map
View

Click here to load this message in the networking platform