What will happen if you issue a Resume statement after
handling an error?

Answers were Sorted based on User's Feedback



What will happen if you issue a Resume statement after handling an error?..

Answer / shaan

control switches to same statement again if Resume is given.
Need to give Resume next to switch to next statement

Is This Answer Correct ?    1 Yes 0 No

What will happen if you issue a Resume statement after handling an error?..

Answer / guest

control switches to same statement again

Is This Answer Correct ?    1 Yes 1 No

What will happen if you issue a Resume statement after handling an error?..

Answer / shriya sharma

It goes to the next statement on which the error has
occured if it would go to the same statement then it would
be in a deadlock.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

How do I force a file dialogue box to reread the currect disk?

0 Answers  


how can i connect the samble database that comes with vb-6 (biblio.mdb) to a datagrid using code? ie what code i have to put in load event

1 Answers  


To set the command button for ESC, Which property needs to be changed?

1 Answers  


What does Addressof operator do?

1 Answers  


What is DDE?

1 Answers  






What is Collection Objects?

1 Answers  


What is meant by building a recordset.

0 Answers  


How do you call a function in a DLL?

1 Answers  


What type of record sets are available in ADO?

4 Answers  


Is it possible to call backend procedures with ADO control?

1 Answers  


Specify technical & functional architecture of your last 2 projects.

0 Answers  


what are the Types of ActiveX Components in VB?

1 Answers  


Categories