彈出對話方塊

2021-04-25 02:51:23 字數 1039 閱讀 7034

data:answer(20) type c.

call function 'popup_to_confirm'

exporting

*   titlebar                    = ' '

*   diagnose_object             = ' '

text_question               = 'anything else?'

text_button_1               = 'yes?'

icon_button_1               = '@15@'

text_button_2               = 'no'(002)

icon_button_2               = '@16@'

default_button              = '2'

display_cancel_button       = 'x'

*   userdefined_f1_help         = ' '

*   start_column                = 25

*   start_row                   = 6

*   popup_type                  =

*   iv_quickinfo_button_1       = ' '

*   iv_quickinfo_button_2       = ' '

importing

answer                      = answer

* tables

*   parameter                   =

* exceptions

*   text_not_found              = 1

*   others                      = 2

.選擇yes ,返回 1.

選擇no ,返回 2.

選擇取消 ,返回 a.

彈出對話方塊

先定義 private view view private alertdialog mprotocoldialog 彈出對話方塊 private void loadprotocol mprotocoldialog new alertdialog.builder this settitle getst...

彈出對話方塊

call function popup to confirm exporting titlebar diagnose object text question anything else?text button 1 yes?icon button 1 15 text button 2 no 002 ...

彈出模式對話方塊和彈出非模式對話方塊

非模式對話方塊 clistlink m plistlink null ssn return pishowlistdialog in ssn object id listtype,in ssn object id listdialogid m plistlink showwindow sw show ...