Hi everyone
I've got a very strange and frustrating issue that I can't resolve.
In a certain environment, a user will create an RFQ and send it off to the vendor.
Regarding the RFQ vendor reply, values are updated via code. In other words, the user now has an RFQ Reply record that has had values updated in it via code. However, when the user opens the PurchRFQReplyTable, the datasource values are all reset and they get default values.
Initially I thought there might be some kind of event in the run method or init method or on one of the datasource events, or some code somewhere that pulls values in from cache or something like that, but I can't find it anywhere. There is also no custom code on this form (except for just a little bit that only enables/disables controls; nothing data related)
I put a DB log tracer on the table, and indeed the record (several fields) is changed by the user that opened the form, but that's all the user does: open the form. This happens with most users, but not all. I'm gonig to try to clear usage data.
Is anyway acquainted with behavior from forms like this, or does anyone know where I should be looking or have any suggestions?
Thank you very much