式言語
最初のダイアログボックスでユーザーが [いいえ] を選択した場合は、別のダイアログボックスが表示されます。この場合は、ユーザーが文書を編集しないことを選択したというメッセージが表示され、ビュー内の次の文書に移動します。
@If(@Prompt([YESNO]; "Question"; "Edit this document?"); @If(@Prompt([OKCANCELEDIT]; "Positive Response"; "You have chosen to edit this document.Select OK if the name below is correct."; @UserName) != "ERR_CANCEL"; @Command([EditDocument]);@Return("")); @Do(@Prompt([OK]; "Negative Response"; "You have chosen not to edit this document.Select OK to continue to the next document."); @Command([NavNext])))
関連項目