Scenario:I am trying to develop a simple LiveCycle form that will enable
a user to populate fields from an SQL Server 2008 R2 database. The data
in the form will be displayed as bar codes. The ultimate goal is to
print it out as a cover sheet for scanning a document into a database.I
am stuck on what should be one of the simplest parts, populating a drop
down list from the database. I have been receiving Environment not
trusted messages. Here is a simple example to illustrate my problem. I
hope ...