Dear all,
Please how can assigne value to RealControl, from method PurchTable_OnQueryExecuting in datasource form Purchtable via the following settings
(FormDataSource sender, FormDataSourceEventArgs e).
Thanks
Dear all,
Please how can assigne value to RealControl, from method PurchTable_OnQueryExecuting in datasource form Purchtable via the following settings
(FormDataSource sender, FormDataSourceEventArgs e).
Thanks
Nice to hear that! Please mark the helpful answer(s) as verified. Thanks!
Thank you very much Nikolaos, it works perfectly.
FormRun formRun = sender.FormRun(); FormRealControl myControl = formRun.control(formRun.controlId(formControlStr(PurchTable, MyRealControl))); myControl.RealValue(15);
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,353 Super User 2024 Season 2
Martin Dráb 228,251 Most Valuable Professional
nmaenpaa 101,148