Click here to Skip to main content
16,004,969 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Need to switch between Applications Pin
Pablo.ar17-Aug-04 6:48
Pablo.ar17-Aug-04 6:48 
GeneralRe: Need to switch between Applications Pin
awhucks17-Aug-04 7:36
awhucks17-Aug-04 7:36 
GeneralRe: Need to switch between Applications Pin
awhucks17-Aug-04 7:51
awhucks17-Aug-04 7:51 
GeneralRe: Need to switch between Applications Pin
Pablo.ar17-Aug-04 16:16
Pablo.ar17-Aug-04 16:16 
Generaltransactions causing exceptions Pin
kowplunk17-Aug-04 4:45
kowplunk17-Aug-04 4:45 
GeneralRe: transactions causing exceptions Pin
Dave Kreskowiak17-Aug-04 5:29
mveDave Kreskowiak17-Aug-04 5:29 
GeneralRe: transactions causing exceptions Pin
kowplunk17-Aug-04 10:23
kowplunk17-Aug-04 10:23 
Questionreload datagrid? Pin
Lisana17-Aug-04 4:40
Lisana17-Aug-04 4:40 
how can I code the datagrid to reload it every time when the submit button is clicked?

button1_click
???how can I code something in here to tell function results to reload every time when the submit button is clicked?????

results()
end sub

public function results()
Try
objConn.Open()
objDA.SelectCommand = New OleDbCommand
objDA.SelectCommand.Connection = objConn
objDA.SelectCommand.CommandText = "SELECT * from XXX"
objDA.SelectCommand.CommandType = CommandType.Text
objDA.SelectCommand.ExecuteNonQuery()
objDA.Fill(objDS, "XXX")
objConn.Close()
Catch ex As Exception
MessageBox.Show("fail connection")
End Try

grdResults.DataSource = objDS
grdResults.DataMember = "XXX"
end function


Lisa
Questionrecieving data in a network stream?? Pin
ineedhelp17-Aug-04 0:04
ineedhelp17-Aug-04 0:04 
AnswerRe: recieving data in a network stream?? Pin
Dave Kreskowiak17-Aug-04 4:16
mveDave Kreskowiak17-Aug-04 4:16 
QuestionSlow retrieval of records??? Pin
pry50416-Aug-04 22:07
pry50416-Aug-04 22:07 
GeneralConvert Hex to Decimal Pin
sumiko16-Aug-04 22:02
sumiko16-Aug-04 22:02 
GeneralRe: Convert Hex to Decimal Pin
Dave Kreskowiak17-Aug-04 4:02
mveDave Kreskowiak17-Aug-04 4:02 
GeneralRe: Convert Hex to Decimal Pin
sumiko31-Aug-04 21:15
sumiko31-Aug-04 21:15 
QuestionHow to make a service Pin
Murtuza Husain Miyan Patel16-Aug-04 20:27
professionalMurtuza Husain Miyan Patel16-Aug-04 20:27 
AnswerRe: How to make a service Pin
Dave Kreskowiak17-Aug-04 3:42
mveDave Kreskowiak17-Aug-04 3:42 
GeneralRe: How to make a service Pin
Murtuza Husain Miyan Patel17-Aug-04 6:16
professionalMurtuza Husain Miyan Patel17-Aug-04 6:16 
GeneralRe: How to run Vb app as a service Pin
Murtuza Husain Miyan Patel17-Aug-04 6:18
professionalMurtuza Husain Miyan Patel17-Aug-04 6:18 
GeneralRe: How to run Vb app as a service Pin
Dave Kreskowiak18-Aug-04 12:16
mveDave Kreskowiak18-Aug-04 12:16 
GeneralSearching HD for files of type Pin
Kevnar16-Aug-04 17:50
Kevnar16-Aug-04 17:50 
GeneralRe: Searching HD for files of type Pin
S Sansanwal16-Aug-04 18:19
S Sansanwal16-Aug-04 18:19 
GeneralRe: Searching HD for files of type Pin
Kevnar16-Aug-04 18:27
Kevnar16-Aug-04 18:27 
GeneralRe: Searching HD for files of type Pin
S Sansanwal16-Aug-04 18:36
S Sansanwal16-Aug-04 18:36 
GeneralRe: Searching HD for files of type Pin
Anonymous16-Aug-04 18:31
Anonymous16-Aug-04 18:31 
GeneralRe: Searching HD for files of type Pin
Kevnar16-Aug-04 20:22
Kevnar16-Aug-04 20:22 

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.