Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADOVFP.H
Message
From
29/06/2001 18:00:38
 
 
To
29/06/2001 17:20:02
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00525380
Message ID:
00525492
Views:
13
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform