SAM_RowHeaderDoubleClick is sent to a table window when you double-click on a row in the row header. Only sends this message when TBL_RowHdr_Visible is TRUE (which is the default). If TBL_RowHdr_Visible is FALSE, you can set it to TRUE by calling SalTblDefineRowHeader. Message Variables hWndForm Window handle of the table window. hWndItem Window Handle of the table window. wParam Unused. lParam Context row of the table window Example Table Window: tbl1 ... Message Actions On SAM_RowHeaderClick Set nContextRowLength = SalNumberToStr( lParam, 0, sContextRow ) Call SalMessageBox( 'You clicked the row header Context row: ' || sContextRow ,'Info' , MB_Ok )

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public const int SAM_RowHeaderDoubleClick

See Also