|
|
|
|
您可以使用下列键值配置InfoJet QuickFill:
请按如下所示在InfoJet QuickFill Web应用程序的web.config文件中添加键:
<configuration>
<!-- 其它配置 -->
<appSettings>
<add key="InfoJetSoft.Service.LicenseKey" value="your license key" />
</appSettings>
</configuration>
如果您在web.config中没有找到appSetting元素,请把它作为最后一个元素添加到根元素configuration中。
|
|
|
更多配置请参考 InfoJet Service 配置 。
- InfoJetSoft.QuickFill.MailTo
对于邮件发送InfoPath表单是必需的。
在STMP服务器上接收包含InfoPath表单邮件的帐户。
如果这个键被设置,一个"Email this Form"按钮将出现在"Download this Form"按钮旁边。
当点击"Email this Form"按钮之后,InfoPath表单将被作为附件邮寄到SMTP服务器。
同时也需要设置键InfoJetSoft.Service.SmtpServer和InfoJetSoft.Service.MailFrom,请参考 InfoJet Service 配置 。
- InfoJetSoft.QuickFill.ValidDownload
如果值为"true",不允许用户点击"Download this Form"按钮下载包含验证错误的表单。缺省是"false"。
- InfoJetSoft.QuickFill.ValidEmail
如果值为"false",允许用户点击"Email this Form"按钮邮寄包含验证错误的表单。缺省是"true"。
- InfoJetSoft.QuickFill.EnableXSNDiskCache
如果值为"true",InfoJet QuickFill将把已注册的表单模板缓存到TempFolder中,这些模板将在IIS或AppDomain重启后仍然可用。缺省是"false"。
这个键需要同时设置InfoJetSoft.Service.TempFolder。
|
|
如果您在配置过程中遇到任何问题,请 联系我们 。
|
|
|