Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid pointer does not move along with New record button
Message
 
À
04/01/2005 00:12:09
Freddie Rodrigues
Bitrun Business Solutions
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 6 SP3
Divers
Thread ID:
00973979
Message ID:
00974250
Vues:
25
This message has been marked as the solution to the initial question of the thread.
>Hi,
>
>In the data grid I select [New] to enter a new record. This does create a new record. But I do not see the Grid pointer move simultaneously.
>
>Could someone help.
>
>Here's the code in the [New] button.
>
>lcOldTalk = SET("TALK")
>SET TALK OFF
>lcOldDeleted = SET("DELETED")
>SET DELETED OFF
>APPEND BLANK
>SET TALK &lcOldTalk
>SET DELETED &lcOldDeleted
>THISFORM.Refresh
>
>Thanks,
>F.Rodrigues

You should set focus to the grid:
Thisform.Grid1.SETFOCUS()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform