SQLRDD:
oColuna:nEditType := EDIT_GET
oColuna:bOnPostEdit := {|oCol, xVal, nKey| MSGINFO(XVAL)}
using SQLRDD xVal not returns the last edited value!
SQLRDD:
oColuna:nEditType := EDIT_GET
oColuna:bOnPostEdit := {|oCol, xVal, nKey| MSGINFO(XVAL)}
using SQLRDD xVal not returns the last edited value!
UP