Linking FP to another program

C

Chris McPhilamy

When you click on a link in FP I would like it to add the
data under that link to another program. Is there a way
to do this?

Thanks
Chris
 
R

Rick Budde

I am not exactly clear what you mean when you say "add
the data under that link to another program" but it
sounds like you will have to wrtie program code to
accomplish this. The programming language you use would
be that supported by your web service provider.

If on the other hand you mean you want to add the data
from a Front Page form to a database (that a database
program on your PC can then acess), look into the
Database Interface wizard (File | New | Web site).

I hope this helps.
 
Top