Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unrecognized phrase/keyword
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00407934
Message ID:
00407965
Vues:
22
to open the recordset in a dataenvironment I wouldn't use

dataenv.rsWhatever.open

instead use

if dataenv.rsWhatever.state = 0 then dataenv.Whatever

This makes sure first that your recordset is closed when you try to open it (trying to open an open recordset causes an error. As does closing one that is closed) and then it runs the recordset.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform