Using visual basic to construct an FP form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to use visual basic to construct a form in FP. I have interacted
with Excel and Word before, e.g., using OLE to contsruct a form in Word.

Can anyone direct me to how I might do a similar thing but construct the
form in FP and then post it on the web site all from inside visual basic? Is
there a book or other documentation on using OLE with FP?

Thanks for any ideas on this.
Mark
 
Browsers and the web will not support VB forms
- you can use FP VBA and the FP object model to create a html form
See http://msdn.microsoft.com/library/d...1/html/fpproFolders_HV05282882.asp?frame=true
and http://msdn.microsoft.com/library/d...tml/vbafpd10Welcome_HV01136766.asp?frame=true
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| I'd like to use visual basic to construct a form in FP. I have interacted
| with Excel and Word before, e.g., using OLE to contsruct a form in Word.
|
| Can anyone direct me to how I might do a similar thing but construct the
| form in FP and then post it on the web site all from inside visual basic? Is
| there a book or other documentation on using OLE with FP?
|
| Thanks for any ideas on this.
| Mark
|
 
Back
Top