====== NOTIFYPOS property ====== ==== Applies To ==== Edit table ==== Description ==== Returns the position where the last action occurred. Use with [[get_property|Get_Property()]], only. ==== Usage ==== //selecteditem// = **Get_Property**(//objectname//, "**NOTIFYPOS**") ==== Remarks ==== [[get_property|Get_Property()]] returns //Column:@FM:Row// for the cell in the edit table where the last action occurred. This property works in cases where the [[selpos|SELPOS property]] cannot specify a specific cell. For example, in a multi-selection edit table, [[selpos|SELPOS]] returns all selected rows while NOTIFYPOS returns just the row that was clicked on. ==== See Also ==== [[accesspos|ACCESSPOS property]], [[caretpos|CARETPOS property]], [[cellpos|CELLPOS property]], [[clickpos|CLICKPOS property]], [[selpos|SELPOS property]]