Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reverting an Add
Message
From
01/02/1999 15:51:41
 
 
To
01/02/1999 15:47:28
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00182659
Message ID:
00182705
Views:
9
>>When a user does a TABLEREVERT(), is there some way of knowing if adding that record was reverted? ie: They added a record and reverted before saving, so the effect is of deleting the record.
>>
>>Thanks,
>>
>>-Michelle
>
>Right before you issue your TABLEREVERT() couldn't you check
>

>
>IF GETFLDSTATE() = '4' and DELETED()
> SomeCode
>ENIDF
>=TABLEREVERT()

I need code _after_ the revert. Finding out if it's deleted before the revert doesn't help me because it will always be false.

Thanks,

-Michelle
Previous
Reply
Map
View

Click here to load this message in the networking platform