Are they clicking into a particular row in the Grid to change? If so, then just create a form variable to capture the PK of the row they're on
Karen -----Original Message----- From: Paul C. Buckley <[email protected]> To: rbase-l <[email protected]> Sent: Tue, Aug 22, 2017 3:44 pm Subject: [RBASE-L] - Determining Current Row in Enhanced DB Grid Good afternoon, I'm probably making this much harder than it needs to be but I can't figure out what to do. I'm using the latest R:BASE X Enterprise and I have an Enhanced DB grid based on a single table view. I have a column in the table/view that I want to set if the user changes anything in the row. There is an update button on the form that updates the data in an attached SQL table based on only the rows in the R:BASE table that have changed. I'm struggling with how to change the update flag column using the RBTI_DIRTY_FLAG. I'm looking for something like the "Where current cursor" option in Declare Cursor. Any suggestions would be greatly appreciated. Thanks, 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.

