[FormEventHandler(formStr(SalesEditLines), FormEventType::Activated)] public static void SalesEditLines_OnActivated(xFormRun sender, FormEventArgs e) { Args args; FormRun formRun; Args = new Args(formStr(SalesTable)); formRun = New FormRun(Args); FormDataSource SalesLine_ds = formRun.dataSource(formDataSourceStr(SalesTable, SalesLine )); SalesLine_ds.allowEdit(false); }
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156