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);
André Arnaud de Cal... 291,642 Super User 2024 Season 2
Martin Dráb 230,371 Most Valuable Professional
nmaenpaa 101,156