cancel
Showing results for 
Search instead for 
Did you mean: 

need to capture yes/no buttons in confirm pop up ??

Former Member
0 Kudos

hi ,

i have created a confirm popup..

i need to do some actions when clicking on yes/no buttons..

i have searched through sdn and google , but i didn't find any solution..

please help me ??

Thanks and Regards,

Lokesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Lokesh,

On close of confirm popup use  .

  "lv_op = confirm_popup->get_fired_outbound_plug( )" 

code for checking Yes/No button.

it will return 'YES' or 'NO'

Regards

Rajarama U