是否可以将另存为文件名自动输入到保存对话框中(从表单中的字段),这样用户就不必输入了?
vik
问问题
162 次
1 回答
0
Create a Sumit data connection. While creating the connection mention the name of the file (this could be from a control in the form)
Programmatically submit the data using the following code:
DataConnection spConn = DataConnections["Sharepoint Library Submit"]; spConn.Execute();
于 2009-08-26T14:13:06.397 回答