That is what I have done - but the value mvar displays is always the first record in the column and does not change when I move the cursor doen the grid.
I have to clarify that it mvar displays correct values of the current column but not values of other columns in the same row. For other coulmns it displays the first record in the column.
eg: 3 columns col1 col2 col3
cusrsor in col3
mvar=thisform.grid1.column3.text1.value
mvar1=thisform.grid1.column2.text1.value
mvar2=thisform.grid1.column1.text1.value
mvar is correctly displayed for col3 but not for column 1 and 2
Are you using the default of textbox for the currentcontrol property of the columun? if you assign another control to the columun, like using a checkbox for boolean. if you have checkbox as currentcontrol then use control name, like combo1.value Attitude is Everything
You may need to say for example, "go 4", if you want the value from row 4. There may be some other event that is taking the focus off of your "current" row and putting it back at the top of the cursor.
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.