Paul: is this happening only after someone selects your "update" button? If the "update" button is changing the table data, are you then refreshing the data in the grid? If you aren't, then that's the problem.
Have the button do its updating code then either PROPERTY TABLE <whatever> 'REFRESH' or if that doesn't work do a 'CLOSE' / 'OPEN' Otherwise, what RBase is telling you is that the button updated the underlying code, but your grid still shows the previous values so it's correctly letting you know of the mismatch. Karen -----Original Message----- From: Paul C. Buckley <[email protected]> To: rbase-l <[email protected]> Sent: Thu, Aug 24, 2017 7:19 am Subject: RE: [RBASE-L] - Another Enhanced DB Grid Question Claudine, That was the first thing I tried. This isn’t happening closing the form it happens going from one field to the next in the Enhanced DB grid. Thanks, Paul From: [email protected] [mailto:[email protected]] On Behalf Of Claudine Robbins Sent: August 23, 2017 5:32 PM To: [email protected] Subject: RE: [RBASE-L] - Another Enhanced DB Grid Question Check the “Don’t Show Save Dialog” in the FORM PROPERTIES Attributes From: [email protected] [mailto:[email protected]] On Behalf Of Paul C. Buckley Sent: Wednesday, August 23, 2017 3:14 PM To: [email protected] Subject: [RBASE-L] - Another Enhanced DB Grid Question Good afternoon, I'm probably missing something simple, I'm using the latest R:BASE X Enterprise and I have an Enhanced DB grid based on a single table view. Thanks to Karen, I’ve got the dirty flag and primary key working so I can update changes from a push button. Here’s my dilemma, if I click on a cell and make a change and then click on another cell (same row or different row, it doesn’t matter) I get a popup message the data has changed, do I want to save the data. I’m handling the updates from a push button and looking at the dirty flag. I’ve tried everywhere I can think of and I have found to not “ask to save changes” and this continues to popup. Any blues clues would be greatly appreciated, Paul Buckley -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

