I have table in Sql server 7.0 , and I browse in visual foxpro on the view. I insert data to these table.
But at the other workstation the table not updated.
How to refresh data on the online view ?
Did you try the REQUERY() function to refresh the data in the remote view? If the data is added in the VFP remote view, it must be committed with a TABLEUPDATE() call. To refresh the local cursor on the other workstation with the most recent data, use the REQUERY() function
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.