mrumball Member Licensed User Longtime User Nov 21, 2013 #1 Can RDC code be used in a code module? if so would the jobdone code be called in the calling activity or would it be called in the code module?
Can RDC code be used in a code module? if so would the jobdone code be called in the calling activity or would it be called in the code module?
Erel B4X founder Staff member Licensed User Longtime User Nov 21, 2013 #2 No. Code modules cannot handle events. You can use a class. Upvote 0