Wednesday, March 21, 2012

Saving

Good day

Using vb 2005 express I have my grid veiw on the form and a icon to click to save my work.

But is there a passage of code I can write to pop up a message box to remind me to save my work when I close my form. Similar to ms office forms when you close they ask you if you want to save any changes.

Thanks

Rob

Hi,

if using a dataset you could check the RowState of the included tables. If they are changed you can prompt the user asking for an update.

HTH, Jens K. Suessmeyer.

http://www.sqlserver2005.de|||

Hi Jens

Thanks for that. But how do I do this?

I have some items in the box below the form which has the words dataset, binding source, tableadaptor etc.

Is it some code I need to write?

Do I find this in the quary builder?

Any help would be appreciated.

Thanks

Rob

No comments:

Post a Comment