I want to show user a dialog box(modal window - already ready) when user deletes any task on ultragrid and hits on save button on main screen, this modal window should get displayed on screen, stating that user has to enter comment/reason for deleting that task, how i can show that modal window, pl explain its needed very urgently.

Showing Answers 1 - 2 of 2 Answers

lalita.p

  • Dec 25th, 2006
 

Hi,

I am giving u an example see whether it helps or not.

dim str as string

str=msgbox("do u what to give reason?",vbquestion)

if str=vbyes then

statement

end if

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions