September 06, 2010     | Register
  
12

Pour intégrer une popup oui / non il suffit de fair appel à ce code

data c_popupret(1).
call function 'POPUP_TO_CONFIRM'
exporting
text_question = 'Are you Ready ?' " Are you certain...?
importing
answer = c_popupret
exceptions
text_not_found = 1
others = 2.
write c_popupret.

Le popup renvoie 1 pour OUI 2 pour non et A pour annuler. Facile

Actions: E-mail | RSS comment feed |

Comments

There are currently no comments, be the first to post one.

Post Comment

Only registered users may post comments.