Form Init method after super /// <summary> /// When form opens it will set the container value /// </summary> /// <param name="_handle"> /// habdle buffer will come from TrvExpTable init method /// </param> /// <remarks> /// When form opens it will set the container value /// </remarks> public static client void addHandleToCache(int _handle) { #define.CACHE_OWNER('TrvExpTable') container con; int hWnd,i; if (infolog.globalCache().isSet(#CACHE_OWNER, curUserId())) { con = infolog.globalCache().get(#CACHE_OWNER, curUserId()); } for (i = conLen(con); i >= 1; i--) { hWnd = conPeek(con, i); if (!WinApi::isWindow(hWnd)) { conDel(...
Data will insert in the GeneralJournalAccountEntry table in the following class \Classes\SubledgerJournalTransferCommand\insertGeneralJournalAccountEntryRelated In the following method data first will insert in the temporary table and then it will start inserting into the all the subledger , general journal and posting tables \Classes\SubledgerJournalizer\loadaccountingDistributionTmp