Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data session won't close, remaining recordset reference?
Message
From
20/04/2002 14:00:39
Jorge Haro
Independent Consultant
Juarez, Mexico
 
 
To
20/04/2002 13:47:18
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00647237
Message ID:
00647240
Views:
13
Well it wasn't quite it, but it made me look closer, the return value was stored in loRS.Fields(0).Value, once I observed the value of lnRV thanks to your suggestion I figured this out. Seems like trying to read the value from a non existant Field object created the problem. It also made me realize that my error handler was "eating" the generated error, thanks a lot.

>Try to convert field's value to some VFP internal data type, in your case to number, to avoid any references.
>
lnRV = Int( loRS.Fields(1).Value)
>or something like that.
Previous
Reply
Map
View

Click here to load this message in the networking platform