Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00705667
Message ID:
00705810
Vues:
11
>How do I know if a record in a recordset was just added with
>
>oRecordSet.AddNew()
>
>
>or if it is an existing record?

Hi,
Check out EditMode property of Recordset object:

IF BITAND(oRecordSet.EditMode, adEditAdd) > 0
...
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform