Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing gps coordinates from google maps into vfp table
Message
From
21/12/2015 05:45:47
 
 
To
21/12/2015 01:13:16
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01629101
Message ID:
01629171
Views:
148
>I tested on IE and chrome.
>Yes, three is a warning when I try to save for a first time, but it is not a big problem. It can be managed via tools-internet options ... but it is not a good solution because of hackers :-(

via Internet options would create a huge security problem, as you said yourself. As the vfp table needs to be installed on user machine, having a special vfp prpgram wrapping webbrowser or awesomium seems to me to be a solution opening less doors in the sandboxes of the normal browser usage. You should know the users and the specific problem best - no really good AND safe solution in this area ;-)

If you decide on calling activeX from the web site, you could build a vfp dll which wwrites the storeinfo directly into table ;-)

Also, last century it was possible (IE4 - IE6) to

loIE = createobject("InternetExplorer.Application")

and call up into vfp program space if you provided a reference into the IE process.
Previous
Reply
Map
View

Click here to load this message in the networking platform