Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using a Grid
Message
From
06/04/2000 18:20:22
 
 
To
04/04/2000 12:47:47
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00355055
Message ID:
00356585
Views:
14
>I am attempting to delete certain records that are listed in a grid. I can delete fine and SET DELETED is ON but once I delete those records and click somewhere on the grid, everything disappears.
>
>Can anyone help?
>
>TIA
>
>Jeff T.

Jeff,

This is the code from a sample form where I'm deleting the current row in the table associated with a grid. This is not exotic, and there's no safety net, but as I said it's for demonstration purposes.

select (ThisForm.Basegrid1.RecordSource)
delete
thisform.basegrid1.refresh()

Compare this with the code you have firing to do your delete and look for significant differences. I know this is kind of sketchy, but I need to know more about what you're doing to offer more help.

Regards,

Jason
Jason Tryon
Senior Systems Analyst / Technical Lead
eBusiness / iPage
Previous
Reply
Map
View

Click here to load this message in the networking platform