Setting a flag in a table
Setting a flag in a table
I am curious if it is possible to turn a row flag on a in a table when the user clicks the row? If so can someone possibly explain or help me or give me an example. Thanks you
Re: Setting a flag in a table
Try the following in the table message actions.
Code: Select all
On SAM_Click
! Find the current cell
Call SalTblQueryFocus ( hWndForm, nRow, hWndColumn )
! Set the edit flag
Call SalTblSetRowFlags( hWndForm, nRow, ROW_Edited, TRUE )
Igor Ivanovic
Re: Setting a flag in a table
Perfect thank you. I am new to Team Developer si I really appreciate it.
Who is online
Users browsing this forum: [Ccbot] and 4 guests