Brilliant, Razzak, You called that one right on the nose! I had REFRESH not REFRESHLIST
This kind of thing catches even the most experienced of us! I copied what I thought was working syntax from another eep on the form. Very Best R:egards, Dennis -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Friday, October 16, 2009 4:47 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: listview does not refresh At 05:18 PM 10/16/2009, Dennis McGrath wrote: >I have a variable lookup listview on a variable form that displays a >list of orders. > >I call another form to add an order. > >When I return, I refresh the listview but it does not change. >If I click the listview, the change shows, so that tells me my >variables are still intact. >I want the new order to show up right away. > >Anyone know what is going on and how to fix it? > >I've already tried set_focus What command are you using to refresh the listview items? I don't see any command reference to refreshing the list. Here is the correct PROPERTY command to refresh the ListView: PROPERTY ListViewComponentID REFRESHLIST 'TRUE' RETURN Very Best R:egards, Razzak.

