2015/8/24 Now Available!Sample No.1 "Knowledge DataBase"
Down Load Sample DB( for 4Dv13 )Down Load Sample DB( for 4Dv14 )If other versions are required, please inform me to e-mail .
mail:docodemo4d@mizunoinfo.com
Copy button in the data detail screen of the knowledge database is a button you have customized . The contents of Contents items are copied to the clipboard when you click the button . This assumes that you paste the information in the knowledge database to input item of a different system . I tried to imagine a knowledge database to assist the input on another system .
ナレッジデータベースのデータ詳細画面にあるCopyボタンはカスタマイズしたボタンです。そのボタンをクリックするとContents項目の内容がクリップボードにコピーされます。これはナレッジデータベースの情報を別システムの入力項目にペーストすることを想定しています。別システムでの入力を補助する知識データベースをイメージしてみました。
" Print " button on the detail screen to download the PDF file .
In the case of Windows requires the installation of the " PDF Creator " .
詳細画面の「print」ボタンはPDFファイルをダウンロードします。
Windowsの場合は「PDF Creator」のインストールが必要です。
html the file " DD_data_in.html " I have added three lines below . " Copy " button is designed to be displayed when the variable " DD_vViewNo " is " 12" . You have to run the " cpy_contents " of Javascript to when it is clicked . The Javascript is I have described in the " DD_script_option.html " .
(htmlファイル『DD_data_in.html」に下記の3行を追加しています。変数「DD_vViewNo」が"12"の場合に「Copy」ボタンが表示されるようになっています。クリックされた時にJavascriptの「cpy_contents」を実行するようにしてます。そのJavascriptは「DD_script_option.html」に記述しています。)