This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
and you try to copy the text MARY to your clipboard, it is disabled and you cannot copy it...
how you enable it? without making changes to make those fields input.
I know this is from earlier this year, but a possible solution:
1. set ColumnReadOnly(False) on each column you want to be able to copy...
2. Handle the KeyPress event on each column (just set Handled to True to stop propagation). This will mean that the value can not be changed. (essentially, this turns the 'input' field into a display only field, but allows the contextMenu to work....)