LAST_OBJ_CLICK()
PURPOSE
This function returns the name of the last object clicked by the user. Any object that has a .CLICK event would show up here.
NO OTHER PARTS
RETURN TYPE - A
If the receiving field is too short, the remaining characters will be truncated.
COMMENTS
Some objects will not show up in the LAST_OBJ() function when they are clicked. This function can be used instead of LAST_OBJ() when you know the user is going to be clicking on the object. This includes buttons, menu items, radio buttons and check boxes, etc.
See also LAST_OBJ()
NOTE: The name of the object is returned exactly the same way you entered it in the screen form editor.
Page url: http://www.cassoftware.com/tas/manual/lastobjectclickname().htm