Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data session won't close, remaining recordset reference?
Message
De
20/04/2002 14:00:39
Jorge Haro
Independent Consultant
Juarez, Mexique
 
 
À
20/04/2002 13:47:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00647237
Message ID:
00647240
Vues:
14
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform