The matrixredrawclickedcell statement redraws the matrix cell that was just clicked.
Parameters
No parameters.
Description
This statement description>redraws the matrix cell that was just clicked. This should only be used in a procedure that is triggered by clicking on a matrix.
if inStock=""
inStock="x"
else
inStock=""
endif
matrixredrawclickedcell
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |