I made a program which has several tabs, and on these tabs are Sheridan Grids (SSOleDBGrids). When the user submits the form, I am using this code to loop through them to retrieve any information entered:
For X = 0 To grid.Rows - 1
grid.Row = X
grid.Col = 0
S = grid.ActiveCell.Text...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.