Re: OODesign - OPF, design pattern



I am asking you give me your application as this is your company's asset.
But can you give me a 'cut-down' version of how you make the form 'talk' to
the business object?
Do you use data-bound controls?

"Peter Morris" <support@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:46d279c2@xxxxxxxxxxxxxxxxxxxxxxxxx
OPF's can be very useful, especially for saving time designing large +
complicated apps, and for changing them afterwards. However, do not
forget
the application layer. Putting code in forms is not really a good idea,
you
should write some classes that act as an API for the forms to call that
"operate" the business objects. I'm doing this in a new application, it
takes a bit of work but it seems to be making things less complicated and
also easier to make changes system wide.

Pete




.