开发者

Pre-Populating InfoPath using SQL Database

开发者 https://www.devze.com 2023-02-10 11:20 出处:网络
I am creating an InfoPath form and want to retrieve the data from the SQL database. I\'m not looking for end users to fill in开发者_Go百科 blank text fields, but rather am just wanting to populate the

I am creating an InfoPath form and want to retrieve the data from the SQL database. I'm not looking for end users to fill in开发者_Go百科 blank text fields, but rather am just wanting to populate the fields with the data from the SQL Database.

I have searched on some blogs and InfoPath/Microsoft sites to see how this can be accomplished, but many of the things I keep bumping into show how to create fields that the end user can populate instead of fields that are pre-populated.

I have already connected the database that I want to use to InfoPath and 'myfields' are already populated with the table that I am using, so half the battle has been won! :)

How can I accomplish this?


There are a few options available to you...

Firstly, you can look at using rules on the form load or default vlues in your InfoPath forms' fields to populate the fields with data from your SQL (secondary) data source... Take a look at this link here: http://social.technet.microsoft.com/Forums/en/sharepoint2010customization/thread/cb15a237-28cc-4d6b-8225-83181a7497ff

Secondly, you could use managed code on the form load to query the SQL database and then set your returned values to the values held in your fields in your InfoPath form. Take a look here for using managed code to do this: http://vspug.com/ssa/2006/01/03/populating-infopath-fields-with-sql-data-using-managed-code/

I hope this helps...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号