Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8852

Re: How can i capture the statusbar event or retrieve the message log

$
0
0

Hi Yin Kuan Loke,

 

To prompt a message box use this : (Use Event Accordingly)

 

 

int iReturnValue;

 

 

iReturnValue = SBO_Application.MessageBox("Your Error Message. Do you want to continue anyway ?", 1, "Continue", "Cancel", "");

 

 

if (iReturnValue == 1)

{

   BubbleEvent = true;

}

 

else

{

    BubbleEvent = false;

}

 

 

Hope it helps....

 

 

Thanks & Regards

 

Ankit Chauhan


Viewing all articles
Browse latest Browse all 8852

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>