Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT SQL - Opposing Views
Message
 
To
20/11/1998 11:30:20
Ernie Veniegas
Micro System Solutions, Inc.
Calistoga, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00159754
Message ID:
00160108
Views:
24
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform