Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Spt cursor update
Message
From
08/07/2005 02:39:49
 
 
To
07/07/2005 22:35:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MySQL
Miscellaneous
Thread ID:
01030245
Message ID:
01030283
Views:
20
>hi all, i've made some cursor with Sql Pass Throught, but when another user make some change to some record,my grid control won't show, any other way for how to refresh mygrid with some chage of record ?.


SPTs don't support REQUERY () and REFRESH (), therefore you owe:
- unbind the cursor from the grid with RecordSource=''
- to redo the SPT command
- to rebind the cursor to the grid

or

- to redo the SPT command with another name of cursor Newcursor
- ZAP in grid.RecordSource
- APPEND FROM DBF ('NewCursor') In grid.RecordSource
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform