Greetings Everyone I was just wondering, has anyone got any suggestions on how to create both forms AND classes while maintaining proper object orientated prinicples. I am busy creating a form that creates a new record of some sort, and i would like to return the id of the new record. Does this mean that i need to instantiate the form, (which can't really be done in Dynamics), or must I instantiate the record? I'm just struggling to see the relationship between data, classes and forms in an object orientated way. I want to use OO as much as possible (including extension and polymorphism), so that my code is reusable, abstracted and component based. I want to steer clear of procedural programming. Any help would be great!
Thanks, b

