Snippets Collections
public boolean modified()
{
    boolean     ret;
   // DNGRMTmpUnitDetails          tmpUnitDetailsLoc;
    container conWorker=conNull();
    str val="";
    ret = super();
 conWorker=multiWorker.getSelectedFieldValues();
    /*
    workers.text("");
    workers.text(con2Str(conWorker,";"));*/
   // DNPayrollProcessNew.ConEmplID = multiWorker.get();
    val=con2Str(conWorker,";");
  //      info(strFmt("%1-%2",strLen(val),val));
    return ret;
}
CustTable custTable;
DirPartyTable dirPartyTable;

while  select  dirPartyTable order by Name
 join       custTable where  dirPartyTable.recID==custTable.Party
 {
      warning(custTable.AccountNum);
 }
star

Wed Jun 22 2022 06:25:30 GMT+0000 (Coordinated Universal Time)

#dynamicsax2012 #x++
star

Sun Oct 24 2021 11:02:01 GMT+0000 (Coordinated Universal Time)

#x++

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension