Do you have to call the Refresh() method?
Visual FoxPro Language Reference
REFRESH( ) FunctionSee Also
CREATE SQL VIEW | CURSORGETPROP( ) | CURSORSETPROP( )
Refreshes data in an updatable SQL view.
REFRESH([nRecords [, nRecordOffset]] [, cTableAlias | nWorkArea])
I was thinking there'd be a property of the view to auto-refresh every,
say, x seconds, but I don't see anything like that.
Eric