Hi Guys,

I created some relationship and I got the line "Set ADD_CLIENT_FILE to
Child.File_Number" on the parent DD and the "Set ADD_SERVER_FILE to
Parent.File_Number" on the Child DD, but the Studio did not add the "Open
Parent" and "Open Child" on the DDs.

Well... talking about that, I send this suggetion on the past: could you add
a option to we choose if it must generate a Open Table or a Declare_Datafile
Table?

I changed my DataDictionary subclass to open the table on the
Construct_Object and I changed the "Open Table" generated by Studio to
Declare_Datafile. So if all the views were Deferred, the table will be
opened just when the user open the View. It saves time to start the
application and the memory.

Regards,
Ivan Kaupa