I need to automate FrontPage to update a website i.e. to publish it.

How does on do this from within VFP? Some Code Samples would be help

Thanks in Advance
Regards
Mahmud Abdulla

RE: Frontpage Automation - Help by Leemi

Leemi
Fri May 06 14:02:39 CDT 2005

Hi Mahmud:

We do not have any Knowledge Base article on automating FrontPage from
Visual FoxPro. However, here is an article on how to find information on
the Office object model:

http://support.microsoft.com/default.aspx?scid=KB;EN-US;222101

I hope this helps.

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

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

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 retired Sept. 30th, 2003



>I need to automate FrontPage to update a website i.e. to publish it.

>How does on do this from within VFP? Some Code Samples would be help

>Thanks in Advance
>Regards
>Mahmud Abdulla


Re: Frontpage Automation - Help by Mike

Mike
Fri May 06 21:55:34 CDT 2005

You could do this by creating the html files in VFP if you have knowledge of
html otherwise you'll have to use Frontpage. Then what you do is get an
ActiveX control for ftp access and you may then be able to log into your
website and upload the files automatically. I'm just not sure if ftp can
sign into the directory that manages the html files but I would think it
could.

Mike

"Mahmud Abdulla" <abdulla@vsnl.com> wrote in message
news:eoEiNAhUFHA.3152@TK2MSFTNGP12.phx.gbl...
>I need to automate FrontPage to update a website i.e. to publish it.
>
> How does on do this from within VFP? Some Code Samples would be help
>
> Thanks in Advance
> Regards
> Mahmud Abdulla
>