Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleting records
Message
De
15/06/2006 12:30:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Deleting records
Divers
Thread ID:
01129321
Message ID:
01129321
Vues:
51
VFP 9

I have a form with the following code
SELECT pireq 
DELETE FROM pireq WHERE creqno = lcreqno
BROWSE
SELECT piitems
DELETE FROM piitems WHERE creqno = lcreqno
BROWSE  	
when browing the tables from within the form method the records are marked as deleded, but when I view the same records from the "data" tab of the project manager they are not marked as deleted.

The dataenviorment is set to private and optomistic. For the tables I have bufferoveride set to optomistic and a filter, and an order set.

Why? Any help appreicatied.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform