Private Sub msflexgrid_EnterCell()
load form
If MSFlex.Rows >= 2 Then
Call NewCurrent
form.TxtCatNbr.Text =form.MSFlexGrid.TextMatrix(MSFlexGrid.Row, 1)
for every text field you want populated you will need
to do the above statement. The 1 is where the field
is in the row. So if you...
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.