Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How does the following statements work?

On Error Goto 0

Answer Posted / mudit kumar bachhawat

whenever we handle any error then in error it performs its given tasks
for eg:

on error goto abc
msgbox day("abc")
exit sub
abc:
msgbox "Error"

this will message box on error

but in On error goto 0 is used to raise again error in VB

for eg

sub form_load
on error resume next
msgbox day("ABC")
on error goto 0
msgbox day("BBB")
end sub

this will raise error in "msgbox day("BBB")" line

Thank u

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What about DLL calls that require callbacks?

1484


___,___ and __ are difference between image and picture controls.

1606


Explain about arrays?

1115


DHTML Is used for what?

1938


Is it possible to Manipulate data through flexgrid? Explain.

2039


how to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?

3588


What is recordset in visual basic?

1065


How would you attach pictures in Treeview Control?

2033


What is the Windows API?

1626


How do you change the icon and otherwise manipulate the DOS box?

1549


what are the types of LockEdits in DAO?

2140


How can I speed up my VB database application?

1892


Explain Types of DBCombo boxes?

1052


Through which protocol OLEDB components are interfaced?

2220


what is the control used to call a windows application.

2041