I am trying to make a new screen for Dynamics SL, I am showing data from a table in a SAFGrid, I add a SAFCheck to select the data that will be stored in a new table using a different button to the toolbar
this is the sample screen
this is the button code
I need to get the SAFCheck value of the current row, if it is checked to get the data of the current row and insert it into a new table using an SP,
but I have the problem to get the value of SAFCheck
add the getobjectvalue function to the VBTools.vb class to get the SAFcheck value but it sends me memory access error
with the SAFTextMask controls there is no problem because the get_TextRaw() function is used
any ideas
thks