Click here to Skip to main content
15,900,511 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Control with RunTimeOnly Property Pin
Dave Kreskowiak27-Feb-08 10:17
mveDave Kreskowiak27-Feb-08 10:17 
GeneralRe: Control with RunTimeOnly Property Pin
gilchinger27-Feb-08 10:29
gilchinger27-Feb-08 10:29 
Questionhow this can be done in the select statement Pin
jagan12326-Feb-08 20:12
jagan12326-Feb-08 20:12 
AnswerRe: how this can be done in the select statement Pin
yogesh_kumar_agarwal26-Feb-08 20:16
yogesh_kumar_agarwal26-Feb-08 20:16 
GeneralEvents on Column Update Pin
yogesh_kumar_agarwal26-Feb-08 19:44
yogesh_kumar_agarwal26-Feb-08 19:44 
GeneralRe: Events on Column Update Pin
yogesh_kumar_agarwal26-Feb-08 21:12
yogesh_kumar_agarwal26-Feb-08 21:12 
GeneralRe: Events on Column Update Pin
Justin Perez27-Feb-08 2:59
Justin Perez27-Feb-08 2:59 
GeneralRe: Events on Column Update Pin
yogesh_kumar_agarwal27-Feb-08 20:09
yogesh_kumar_agarwal27-Feb-08 20:09 
I use the Change Event for Grid Control and check the column Index if it the desire column then i call the function to do the task i suppose to do.


<br />
<br />
Private Sub gridOptional_Change()<br />
If gridOptional.Col = 0 Then<br />
    calculateamt<br />
    <br />
ElseIf gridOptional.Col = 5 Then<br />
    gridOptional.Columns(6).Value = gridOptional.Columns(4).Value * gridOptional.Columns(5).Value<br />
    calculateamt<br />
End If<br />
<br />
End Sub<br />
<br />
<br />


With Regards

Yogesh Agarwal
GeneralPlse help me.. Pin
garga126-Feb-08 18:32
garga126-Feb-08 18:32 
GeneralRe: Plse help me.. Pin
Christian Graus26-Feb-08 18:38
protectorChristian Graus26-Feb-08 18:38 
GeneralRe: Plse help me.. Pin
Guffa26-Feb-08 21:19
Guffa26-Feb-08 21:19 
GeneralRe: Plse help me.. Pin
garga128-Feb-08 21:43
garga128-Feb-08 21:43 
QuestionHow to get the id of a row that was just inserted Pin
AAGTHosting26-Feb-08 16:25
AAGTHosting26-Feb-08 16:25 
AnswerRe: How to get the id of a row that was just inserted Pin
RCoate26-Feb-08 16:44
RCoate26-Feb-08 16:44 
GeneralRe: How to get the id of a row that was just inserted Pin
AAGTHosting26-Feb-08 17:10
AAGTHosting26-Feb-08 17:10 
GeneralRe: How to get the id of a row that was just inserted Pin
RCoate26-Feb-08 17:20
RCoate26-Feb-08 17:20 
GeneralRe: How to get the id of a row that was just inserted Pin
Christian Graus26-Feb-08 18:31
protectorChristian Graus26-Feb-08 18:31 
GeneralRe: How to get the id of a row that was just inserted Pin
Guffa26-Feb-08 23:38
Guffa26-Feb-08 23:38 
AnswerRe: How to get the id of a row that was just inserted Pin
Nilesh Hapse26-Feb-08 18:06
Nilesh Hapse26-Feb-08 18:06 
GeneralRe: How to get the id of a row that was just inserted Pin
AAGTHosting26-Feb-08 18:12
AAGTHosting26-Feb-08 18:12 
GeneralRe: How to get the id of a row that was just inserted Pin
Nilesh Hapse26-Feb-08 18:16
Nilesh Hapse26-Feb-08 18:16 
GeneralRe: How to get the id of a row that was just inserted Pin
Nilesh Hapse26-Feb-08 18:20
Nilesh Hapse26-Feb-08 18:20 
GeneralRe: How to get the id of a row that was just inserted Pin
Christian Graus26-Feb-08 18:31
protectorChristian Graus26-Feb-08 18:31 
GeneralRe: How to get the id of a row that was just inserted Pin
Guffa26-Feb-08 23:57
Guffa26-Feb-08 23:57 
GeneralRe: How to get the id of a row that was just inserted Pin
Nilesh Hapse27-Feb-08 0:04
Nilesh Hapse27-Feb-08 0:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.