Hi,
I want to know if there is a property in Visual studio that let me know if the user has changed any field in the form for showing the save message when exiting.
I know that I can set a boolean in the onchange event of the field or the Grids but because there are a lot of field in different forms I am looking for a simple solution in order not change all the events.
Thanks
Loading
Nilanka DharmadasaPosted Jan 18, 2010, 7:47 AM
Yes. You will have to use a global variable. But you can write a more generalized code without writing events for all the controls.
Check my code..
If it helps you, please do not forget to tick 'Do you like this answer' checkbox.
AFSHINPosted Jan 19, 2010, 2:04 PM
it was a great solution.
Thank you very much, you are super professional;)
take care
Santhosh NPosted Jan 18, 2010, 3:35 AM