user306080
user306080

Reputation: 1519

Filling Infopath 2003 form programmatically using VB6

Is there a way to fill an Infopath 2003 form programmatically using Visual Basic 6 (for example through the COM interface)?

Upvotes: 0

Views: 160

Answers (1)

ktharsis
ktharsis

Reputation: 3190

Infopath is XML based so there are no programming hooks (like you are thinking of) to manipulate the interface. It is possible to prefill a form from another language by manually changing the XML before the user opens it. InfoPath also supports multiple internal scripting languages if you are the form designer.

If you want to share more information about your situation we can recommend the best way.

Upvotes: 1

Related Questions