0

I edited the form for a list item in InfoPath, and when I print, I just want to print the form itself.

It seems when I use the browser's print function, it still pulls up some elements from the page and it cuts off the content if it's longer than the popup window. Also, some of the elements of the form are hidden when I print, so that is not a good option.

I have read that others have attempted to create a custom action that resides in the InfoPath Ribbon, but I have yet to find one that works?

Thoughts?

4

2 に答える 2

0

印刷可能なフォームの作成について助けが必要な人のために、私は SP フォーラムでこの問題について誰かを助けました.

http://social.msdn.microsoft.com/Forums/en/sharepointinfopath/thread/c9bac913-3747-4981-9d3b-4c8316baadb2

それが誰かを助けることを願っています。

于 2010-10-27T13:43:13.320 に答える
0

この場合、簡単な [印刷] ボタンを追加しました (コンテンツ Web パーツを使用しましたが、何でもできます)。印刷ボタンは JS を使用して、(DOM/CSS に基づいて) 関連する部分のみを切り取り、新しいウィンドウに表示します。基本的に、フォームを新しいウィンドウで開き、QS パラメーターを渡すと、JS がそれを取得してクリーンアップします。形。うまく機能し、実行するのは非常に簡単で、数行の JavaScript だけでした。

于 2010-10-20T03:56:27.393 に答える