internal final class Ex_EventHandler
{
[DataEventHandler(tableStr(BankAccountStatementTmp), DataEventType::Inserting)]
public static void BankAccountStatementTmp_onInserting(Common sender, DataEventArgs e)
{
BankAccountStatementTmp BankAccountStatementTmp = sender as BankAccountStatementTmp;
BankAccountTrans BankAccountTrans;
while select Txt from BankAccountTrans where BankAccountTrans.AccountId == BankAccountStatementTmp.AccountID
{
BankAccountStatementTmp.Txt = BankAccountTrans.Txt;
}
}
}
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... 290,888 Super User 2024 Season 2
Martin Dráb 229,247 Most Valuable Professional
nmaenpaa 101,156