HiThanks for your reply.
I have compared what i've done against the stratflix sample and cant see anything obvious. I think I have two different problems one is that for some reason the bo of the childform is dirty without me making any changes on the form. I have seen a thread about datepickers causing issues so maybe need to look at this a bit more.
The other is the cancel button. I thought, and from the look of the Strataflix sample, the cancel button just drops you back to the parent form ignoring if any changes have taken place. I cant seem to get it to do this.
This is what I have in the Cancel Button click event:
DialogResult = System.Windows.Forms.DialogResult.Cancel;
I am only a newbie, just trialing the product, so its not the end of the world just like to know what I'm doing wrong.
Thanks again for your feedback.
Jon