Hi,
wondering if it's form classes in a vcx or scx forms.
VCX:
if you have two forms and want to share methods, put these methods in a new form parent class and change the parent class of each form to this new class with the class browser. With right click on a class you can change it's parent.
If you transfer everything you want to be shared by both forms into that parent class form, you can be sure both forms have inherited these properties and methods.
Bye, Olaf.