Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid has me stumped yet again
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01503112
Message ID:
01503129
Vues:
127
This message has been marked as the solution to the initial question of the thread.
Jon,

Ah. Had exactly the same situation a few weeks back.

Two ways. After re-populating the grid's cursor, do either of the following:
ThisForm.myPageFrame.myPage.myGrid.Refresh()
KEYBOARD "{UPARROW}"
or..
ThisForm.myPageFrame.myPage.myGrid.Refresh()
ThisForm.SomeOtherControl.SetFocus()
ThisForm.myPageFrame.myPage.myGrid.SetFocus()
Dennis
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform