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.


Reply via email to