Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid won't browse cursor
Message
De
13/05/2008 13:25:35
 
 
À
13/05/2008 13:18:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01316689
Message ID:
01316695
Vues:
17
>Hi. I cannot browse a cursor in a grid in the same screen as cursor is created (cursor as datasource in grid). H-e-l-p.
>Thanks, Randy

What's happening? By the way, if this cursor is the result of a select statement, and you need to update this cursor from time to time, this is how to do it so that you don't have to recreate the grid after every select statement:
Select whatever into cursor curdummy && A normal select statement into a dummy cursor
Select yourCursor && which drives the grid
zap
append from dbf('curDummy')
yourgrid.refresh()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform