Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Spt cursor update
Message
De
08/07/2005 02:39:49
 
 
À
07/07/2005 22:35:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MySQL
Divers
Thread ID:
01030245
Message ID:
01030283
Vues:
19
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform