I've been trying to attack this all different ways. I'm unable to update my grid that contains a remote view of a foxpro table on a server.
The only time it actually updates is if I restart the program or click on a row in the grid.
The things I've currently tried are the REFRESH() cmd on the view (with a complete count of the actual table and/or view, i tried it both ways), REQUERY() the view, refreshing the grid and setfocus on the grid.
All of which are not updating it automatically by my timer or by a CommandButton I have added.
The table and View is set to Opt. Table Buffering.
The refresh is set to 1.5.
Any suggestions/ideas would be very helpful
Thanks,
Stephen
The only time it actually updates is if I restart the program or click on a row in the grid.
The things I've currently tried are the REFRESH() cmd on the view (with a complete count of the actual table and/or view, i tried it both ways), REQUERY() the view, refreshing the grid and setfocus on the grid.
All of which are not updating it automatically by my timer or by a CommandButton I have added.
The table and View is set to Opt. Table Buffering.
The refresh is set to 1.5.
Any suggestions/ideas would be very helpful
Thanks,
Stephen