Re: cannot resolve symbol..error
Posted By:
vinay_salehithal
Posted On:
Monday, February 17, 2003 07:53 AM
Check yr code. It seems that you are declaring "doc" inside try block but refering(while return) to it from outside.
One way to solve this wd be to move the doc variable declaration outside try.