I am using UD02 as a custom form for our NCMR process. When the NCMR is closed I want the information for that particular NCMR to be read only. I can get this to work properly to say when the date is filled set the form to read only. My next step is setting the form to read only when the NCMR is populated through my quick search.
I have the AfterAdapterMethod event and the quick search returns 4 methods, in this order. GetRows, LoadUserResults, ClearList, InvokeSearch. If I do UD02Form.IsEpiReadOnly = true after any of those methods then it sets the form to read only fine. The problem I’m running into is setting my conditional to check if the EpiDateTimeEditor is populated or not. It seems none of the data is loaded until after the loop of AfterAdapterMethods are run.
Any thoughts on how to do this differently?