ttsbegin;
select firstOnly forUpdate vendTable
where vendTable.AccountNum = '001';
vendTable.Tax1099RegNum = EncryptDecrypt::encrypt(vendtable.Tax1099RegNum, int2Str(tableNum(VendTable)));
vendTable.doUpdate();
info(strFmt("RecId: %1, value %2", vendTable.RecId, vendTable.Tax1099RegNum));
ttscommit;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,188 Super User 2024 Season 2
Martin Dráb 230,030 Most Valuable Professional
nmaenpaa 101,156