We use a scrolling region on a form for our daily edits. We often add rows. I have the scrolling region based on a single table view that is presorted. If we leave that edited employee, go to another employee, then come back to the previous employee, the sort is perfect since it is based on the presorted view.
If my user inserts the row lets saw at the bottom of the form (meaning out of sequence) I want to refresh the view so the new row will shift to the proper location. I tried the following in both on row exit and after saving row EEP. PROPERTY TABLE <Workproc> 'REFRESH' Neither worked. Is this the proper code for what I want to accomplish? Since above is the view name, should I use the table name that is the basis for the view instead? James Belisle Making Information Systems People Friendly Since 1990 [cid:[email protected]]

