Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Out of Present Range error

Status
Not open for further replies.

baran121

Programmer
Sep 8, 2005
337
TR
hi,
i want to use a porcedure in vb6.
when i run the procedure i got "Out of Present Range" error.
please help me.
 

Not much help there baran121, a little code might have helped with you problem so here is the stab in the dark for you...do you have an array that you are running out of bounds on? i.e. dim myarray(0 to 1) as whatever and then somewhere in your code myarray(2)=somevalue, or perhaps you have a variable say dim MyEye as interger and then MyEye = 40000, or is this your custome error handling?

A little help here baran121

Good Luck

 
hi vb5prgrmr
thank you, i think solved this problem.
this is about using integer instead of bigint for porcedure.
thank you again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top