Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADOVFP.H
Message
De
29/06/2001 18:00:38
 
 
À
29/06/2001 17:20:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Divers
Thread ID:
00525380
Message ID:
00525492
Vues:
14
>Hi, Craig!
>
>I think I'm not expressing myself very well... :-)
>
>Try the following code:
>
>#DEFINE ADRECDELETED &H0000004
>
>teste = ADRECDELETED
>
>Do you see?
>
>ADOVFP.H defines that constant as a hexadecimal value, and when I reference it through my code,
>like oRS.Status = adRecDeleted, VFP just don't know about this constant...
>
>Do you have any suggestion?

Try the define like this:
#DEFINE ADRECDBDELETED 0x0040000

It's really a different value than the one on your file, but it's the one that returns .T. after a deletion.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform