Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid DeleteMark click problem
Message
From
28/04/2005 04:50:35
 
 
To
28/04/2005 03:59:26
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
Database:
MS SQL Server
Miscellaneous
Thread ID:
01009123
Message ID:
01009132
Views:
16
This message has been marked as the solution to the initial question of the thread.
>The Grid.Delete event fires when the DeleteMark is clicked, and the delete method executes, but Deleted(This.Recordsource) returns .F.
>
>
>* Grid delete method
>Lparameters nRecNo
>With This
> ? Deleted(This.RecordSource)                && .F., should be .T.
> ? GetNextModified(nRecno,This.RecordSource) && 0, so just to make sure
> ? GetNextModified(0,This.RecordSource)      && let's try again, returns 0
>Endwith
>
>
>So, what, if anything, am I doing wrong here?

Delete = BeforeDelete = AfterClickDeleteMark
You can stop with NODEF.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform