File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ METHOD z2ui5_if_app~main.
4040
4141 CASE client->get( )-event.
4242 WHEN 'BUTTON_POST'.
43- client->message_box_display( |The button text is { client->get_event_arg( 1 ) }| ).
43+ client->message_box_display( |The button text is { client->get_event_arg( ) }| ).
4444 ENDCASE.
4545
4646ENDMETHOD.
@@ -58,7 +58,7 @@ METHOD z2ui5_if_app~main.
5858
5959 CASE client->get( )-event.
6060 WHEN 'BUTTON_POST'.
61- client->message_box_display( |The button text is { client->get_event_arg( 1 ) }| ).
61+ client->message_box_display( |The button text is { client->get_event_arg( ) }| ).
6262 WHEN OTHERS.
6363 ENDCASE.
6464
@@ -77,7 +77,7 @@ METHOD z2ui5_if_app~main.
7777
7878 CASE client->get( )-event.
7979 WHEN 'BUTTON_POST'.
80- client->message_box_display( |The button text is { client->get_event_arg( 1 ) }| ).
80+ client->message_box_display( |The button text is { client->get_event_arg( ) }| ).
8181 WHEN OTHERS.
8282 ENDCASE.
8383
@@ -97,7 +97,7 @@ METHOD z2ui5_if_app~main.
9797
9898 CASE client->get( )-event.
9999 WHEN 'BUTTON_POST'.
100- client->message_box_display( |The button text is { client->get_event_arg( 1 ) }| ).
100+ client->message_box_display( |The button text is { client->get_event_arg( ) }| ).
101101 ENDCASE.
102102
103103ENDMETHOD.
You can’t perform that action at this time.
0 commit comments