Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT SQL - Opposing Views
Message
 
À
20/11/1998 11:30:20
Ernie Veniegas
Micro System Solutions, Inc.
Calistoga, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00159754
Message ID:
00160108
Vues:
25
>It looks as you have default SET DELETED setting (off) in your form. It might be if you use private DataSession. If it's so, say explicitly SET DELETED ON in Form.load event.
>
>The for's data session is set to PRIVATE. But putting an explicit SET DELETED ON in the the Form.Load event didn't make a difference. I tried sticking a SET DELETED ON in the INIT's of both the data environment and of the cursor but no difference. (Aw what the heck, I even tried a SET DELETED ON in the Form's INIT but no change.) Any other clues?

Form's Load event is fired before DE is loaded so put SET DELETED ON in Load() not anywhere else.
- Jayesh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform