cognos の検索および選択プロンプトに入力する文字数を制限する
`The below script works for text box.
<script>
// The ASDF here comes from the Name property of the prompt
var fW = (typeof getFormWarpRequest == "function" ? getFormWarpRequest() :
document.forms["formWarpRequest"]);
fW._textEditBoxASDF.maxLength = 3;
</script>`
検索と選択プロンプトを操作するには、同様のコードが必要です。