ok well i found a potential client but he needs an online
application...... what should i do about this i know vfp pretty well
and the only thing i can do online is save/update records in a file
using php and my sql..... is there anyway to incorporate
vfp to an online application
b) a Windows Form that communicates to a remote server through HTTP
c) a Windows Form that communicates to a remote server through Web Services
d) A form that does file transfers over FTP
e) other
VFP can do all of them with certain additions. It can do Web Services natively very well. It can do FTP through the use of the Windows API, or third party DLLs or controls.
VFP can also run a website (IIS) through third party frameworks such as Web Connection (the one I've used, but by no means the only one).
i need to retrieve and update information in a table that is on my
server. i have 2 people at 2 different locations and i want them
to have access to the same data.