You can disable whole tablebox or whole Field (column), but no one row. You can only make something as "when user select this row (record) disable the tablebox (disable editing)"...
What you can do is - I know this change the table structure - to add a boolean field in the Source Table, i.e 'Approved' field.
Create a function let's say SetEditable - which actually set the editable property of any fields you want in that particular row, according to the value of the 'Approved' field. Then you can control which row is editable which row is not by toggling the value of 'Approved' field
The trick is in which trigger to call this SetEditable function.
Try it out as I am a lil bit lazy to check for you
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I believe that you must be correct! Thank you much for the answer.
Cheers,
Jemmy
What you can do is - I know this change the table structure - to add a boolean field in the Source Table, i.e 'Approved' field.
Create a function let's say SetEditable - which actually set the editable property of any fields you want in that particular row, according to the value of the 'Approved' field. Then you can control which row is editable which row is not by toggling the value of 'Approved' field
The trick is in which trigger to call this SetEditable function.
Try it out as I am a lil bit lazy to check for you
Rgds,
Jon.
Jon.