Dick - You are changing the data in the WHERE clause that opened the form when you change the value of the column referenced in the WHERE clause.
So if you're trying to grab a set of rows that currently are for StyleA and allow the user to selectively change some to StyleB, then you'll need to do it some other way - like have a second Style field they can update and when they close the form it will do an update based on values in the second style field. But you can't change the data in the original WHERE clause result set and expect R:BASE to understand what to display.... Sami ____________________________ Sami Aaron Software Management Specialists 913-915-1971 [EMAIL PROTECTED] -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dick Fey Sent: Monday, October 06, 2008 11:59 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Brain on hold? Any ideas about why this does not work...... Set VAR vstyle text = 'ABC' Edit using Formname where stylecode = .vstyle (using a scrolling region) Then while editing the form... Using a dbedit not in the scrolling region, Clear value vstyle Set new value for vstyle Issue 'Property Table Tablename 'REFRESH' Why does the scrolling region not refresh to the values for the new stylecode? Dick Fey

