REDEFINE GET MEMO and ACTION clause
Posted: Sat Oct 17, 2020 8:59 am
Hello,
I hope you are all well. In a GET field from resources and for a memo field, I also need to be able to use the ACTION clause, that in normal gets is possible, but not in memos.
So:
Is there a way to achieve it?
Thank you.
I hope you are all well. In a GET field from resources and for a memo field, I also need to be able to use the ACTION clause, that in normal gets is possible, but not in memos.
So:
Code: Select all
REDEFINE GET cMemoFIeld ID 101 OF oDlg MEMO ACTION Mifunction()
Thank you.