Page 1 of 1

REDEFINE GET MEMO and ACTION clause

Posted: Sat Oct 17, 2020 8:59 am
by joseluispalma
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:

Code: Select all

REDEFINE GET cMemoFIeld ID 101 OF oDlg MEMO ACTION Mifunction()
Is there a way to achieve it?

Thank you.