Quote Originally Posted by Adriano Rodrigues View Post
Albin, I'm not sure if I understood what you are trying to do. Aren't the "Customer" file related with the "Order" file?
Anyway, if you use the "Set File_field_changed_value", you don't need to change nothing else. It will change the value in the DEO, and change the DDO's value in buffer and set the DDO's "File_Field_changed_state" to true. So, the DDO will save the changes. If you use the "Set File_Field_Current_Value", only the DEO and buffer value will be updated, but no changes in the "File_Field_Changed_State", and, if you save other changes in the view, this will be discarded.
Sorry if I misunderstood your question, and, if I said anything wrong, someone (with a better English ) correct me, please.
Your english is fine Adriano
This is just me being tired after a long week

What I meant was that I thought that I had to do both Set File_Field_Changed_Value and Webset to get the value to be seen at the client and to get the DD to recognise the change. But Set File_Field_Changed_Value also sets the value at the client so the webset is'nt necessary.