Hello all,
Need your help, I’ve tried to do some experiments but always failed.
I wantid make disable mode on multiple column in the line. using the menu Editable: = false / true: but always failed.
The following example I have created: column
IF P2BHeader. “Document Type” = ‘HRO40-PROMOTION’ THEN
CurrForm. (Column line). Editable: = TRUE;
CurrForm. (Column line). Editable: = TRUE;
END ELSE BEGIN
CurrForm. (Column line). Editable: = FALSE;
CurrForm. (Column line). Editable: = FALSE;
END;
This was appropriate, but when I tried to run it the process is not running at all.
No entries for this, all comrades.
regards,
alamsyah14