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.