Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. articles. downloads. faq. members. files. rss.
 From: Suman Chakrabarti
  Where is Suman Chakrabarti?
 Ndls
 India
 Suman Chakrabarti
 To: naveed ahmad
  Where is naveed ahmad?
 peshawar
 Pakistan
 naveed ahmad
Subject: RE: Delete option in datagrid
Thread ID: 468382 Message ID: 468450 # Views: 46 # Ratings: 0
Version: Visual FoxPro 9 Category: Grids
Date: Saturday, September 14, 2019 8:53:18 AM         
   



> >
> > *I Think
> > **********
> > Thisform.grid1.column3.AddObject("Command1","Commandbutton")
> > Thisform.grid1.column3.Sparse = .F.
> > Thisform.grid1.column3.CurrentControl = "Command1"
> > Thisform.grid1.column3.Command1.Alignment = 2
> > Thisform.grid1.column3.Command1.Caption = ""
> > Thisform.grid1.column3.Command1.Name = "Command1"
> > Thisform.grid1.column3.Command1.Picture = "D:/DELETE.PNG"
> > Thisform.grid1.column3.Visible = .T.
> > Thisform.grid1.column3.Alignment = 2
> > Bindevent(Thisform.grid1.column3.Command1,"Click",This,"procedure_del")
> >
> > Thanks & Regards
> > Suman Chakrabarti
>
>
> Miss Suman
> thanks a lot for such a great help.according to this code button appeared in datagrid, just one think more. how to delete record which user will select? And i didn't understand last line code. Please guide me about it.
>
> Bindevent(Thisform.grid1.column3.Command1,"Click",This,"procedure_del") &&& i didn't understand about this.
>
> thanks.
> best regards.

Procedure procedure_del
sele yourtable
delete
thisform.grid1.refresh
Endproc

Suman Chakrabarti

ENTIRE THREAD

Delete option in datagrid Posted by naveed ahmad @ 9/12/2019 8:07:08 AM
RE: Delete option in datagrid Posted by tom knauf @ 9/12/2019 9:03:19 AM
RE: Delete option in datagrid Posted by naveed ahmad @ 9/13/2019 9:33:14 AM
RE: Delete option in datagrid Posted by Suman Chakrabarti @ 9/12/2019 9:43:17 AM
RE: Delete option in datagrid Posted by Tony Vignone @ 9/12/2019 3:03:55 PM
RE: Delete option in datagrid Posted by Suman Chakrabarti @ 9/12/2019 3:24:32 PM
RE: Delete option in datagrid Posted by naveed ahmad @ 9/13/2019 9:36:57 AM
RE: Delete option in datagrid Posted by Suman Chakrabarti @ 9/13/2019 1:29:04 PM
RE: Delete option in datagrid Posted by naveed ahmad @ 9/14/2019 8:37:02 AM
RE: Delete option in datagrid Posted by Suman Chakrabarti @ 9/14/2019 8:53:18 AM
RE: Delete option in datagrid Posted by naveed ahmad @ 9/14/2019 9:06:52 AM
RE: Delete option in datagrid Posted by Suman Chakrabarti @ 9/14/2019 9:27:34 AM
RE: Delete option in datagrid Posted by naveed ahmad @ 9/14/2019 9:32:21 AM
RE: Delete option in datagrid Posted by Suman Chakrabarti @ 9/14/2019 9:48:42 AM
RE: Delete option in datagrid Posted by naveed ahmad @ 9/14/2019 7:41:51 PM
RE: Delete option in datagrid Posted by Suman Chakrabarti @ 9/14/2019 8:02:23 PM
RE: Delete option in datagrid Posted by naveed ahmad @ 9/15/2019 5:47:21 PM
RE: Delete option in datagrid Posted by Suman Chakrabarti @ 9/15/2019 9:08:16 PM
RE: Delete option in datagrid Posted by Jun Tangunan @ 9/16/2019 3:50:02 AM
RE: Delete option in datagrid Posted by Suman Chakrabarti @ 9/16/2019 6:44:22 AM
RE: Delete option in datagrid Posted by naveed ahmad @ 9/16/2019 7:15:26 AM
RE: Delete option in datagrid Posted by Jun Tangunan @ 9/16/2019 11:39:17 AM
RE: Delete option in datagrid Posted by naveed ahmad @ 9/16/2019 7:19:58 AM
RE: Delete option in datagrid Posted by Koen Piller @ 9/16/2019 11:01:32 AM
RE: Delete option in datagrid Posted by Jun Tangunan @ 9/16/2019 11:17:49 AM
RE: Delete option in datagrid Posted by Koen Piller @ 9/15/2019 11:35:46 PM
RE: Delete option in datagrid Posted by naveed ahmad @ 9/16/2019 7:21:12 AM
RE: Delete option in datagrid Posted by Koen Piller @ 9/14/2019 4:17:12 PM