This is what I’m doing – I am working on creating a database. So far I was successful on editing, inserting, deleting, and navigating through records. But I have two problems: 1) if I make a change to a record or multiple records I want any and all unsaved changes to be discarded when the program closes and 2) I want to save the entire database instead of just one record.
Now, I have tried looking through the developers guide and tried looking through the book, C++ Builder 4 Unleashed, forthe previous version not to mention a few websites. I can’t find nothing on creating the necessary event handlers to complete the tasks.
Could anyone offer some advice or sample code I can use to complete the tasks?
I am using Boreland C++ Builder 5 Professional edition.
Neil