info("matrixcellrecordid")

The info(“matrixcellrecordid”) function returns the record id of the cell in a matrix that was clicked on.


Description

This function returns the record id of the cell in a matrix that was clicked on. This function can onlly be used with a matrix that has the pass thru option enabled. Here is code that will jump to the clicked record in a matrix.

findid info("matrixcellrecordid")
if info("found")
    BookingDate = today()
else
    message "Record has been deleted or is not currently visible!"
endif

See Matrix Clicking and Matrix Database Integration to learn more.


See Also


History

VersionStatusNotes
10.0NewNew in this version.