Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
InfoPath or VFP or ?
Message
From
26/10/2005 08:58:56
 
 
To
25/10/2005 17:42:08
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01062060
Message ID:
01062193
Views:
16
Frank,

InfoPath is a great product for form processing and it has been made a lot better with SP1. The automation model is a bit lacking - we use it a lot in conjunction with web services from SharePoint. The following simple example will open an InfoPath form for editing (fill out form) using the automation model.
goTest = CreateObject("InfoPath.Application")
? goTest.XDocuments.NewFromSolution(getfile("*.xsn"))
The next version (12) will have an InfoPath server and will allow you to embed forms into web pages and .NET WinForms.

http://channel9.msdn.com/Showpost.aspx?postid=127821

In my opinion a tool like InfoPath has been long overdue in the Office suite.

Regards
Neil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform