2004 Aug 04 3:10 PM
I have 3 pushbuttons on my confirmation dialog screen. It's defaulting to the 3rd button. I want it to default to the 1st one which is save Yes button instead of the Cancel button. Please advice on how to do this.
Thanks in advance.
2004 Aug 04 3:28 PM
ello,
If you are using the function module 'POPUP_TO_CONFIRM', this function module has an import parameter called (DEFAULT_BUTTON).You can control which button seems as default one in dialog, setting this parameter.
Regards,
Sükrü
2004 Aug 04 4:31 PM
Thank you so much! I wish I had known of this module before. I will change program to use this.