What will happen if you issue a Resume statement after
handling an error?
Answers were Sorted based on User's Feedback
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 |
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 |
How do I force a file dialogue box to reread the currect disk?
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
To set the command button for ESC, Which property needs to be changed?
What does Addressof operator do?
What is DDE?
What is Collection Objects?
What is meant by building a recordset.
How do you call a function in a DLL?
What type of record sets are available in ADO?
Is it possible to call backend procedures with ADO control?
Specify technical & functional architecture of your last 2 projects.
what are the Types of ActiveX Components in VB?