Wednesday, April 13, 2011

mshflexGrid loader(vb 6)

Private Function grd_Data_Loader()
rs.Open "Select*from tblSupplier", cn, 3, 3
Set supGrid.DataSource = rs
Set rs = Nothing
End Function

No comments:

Post a Comment