I am writing a utility to store the values that users enter in report views. I can retrieve the name and value of every Form, e.g. the object with the name OMAIN.OCLIENTAREA.OMYREPORT.OMYGROUP.ODATE could have the value 1-1-2010 and I can store this in a table.

When the user wants the program to prefill the Forms I will find all object and values for the current report view. I can transform the object name to (ODATE(OMUGROUP(OMYREPORT(SELF)))), but how do I construct a Set Value command that accesses this object?

Regards
Jørgen Münster