Hi All,
I hope you can help. I'm using an MFC Property Page to allow my users to enter data. However, do to the way the page is implemented they can use the same page for any number or records (they select the record the want from a List Box on the page).
What I want to is to be able to see if the user has updated the data in the page in other but not applied the changes. So if they decide to move to another record or click the new button I can say "This page has been modified ....".
I know there is an isDirty flag but I can't seem to get access to it, or am I barking up the wrong tree.
Any help on this would be welcome.
I hope you can help. I'm using an MFC Property Page to allow my users to enter data. However, do to the way the page is implemented they can use the same page for any number or records (they select the record the want from a List Box on the page).
What I want to is to be able to see if the user has updated the data in the page in other but not applied the changes. So if they decide to move to another record or click the new button I can say "This page has been modified ....".
I know there is an isDirty flag but I can't seem to get access to it, or am I barking up the wrong tree.
Any help on this would be welcome.