Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイル名として保存を(フォームのフィールドから)保存ダイアログに自動的に入力して、ユーザーが入力する必要がないようにすることはできますか?
Sumitデータ接続を作成します。接続を作成するときに、ファイルの名前を指定します(これはフォームのコントロールからのものである可能性があります)
次のコードを使用して、プログラムでデータを送信します。
DataConnection spConn = DataConnections ["Sharepoint Library Submit"]; spConn.Execute();