Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid
Message
De
06/03/2006 15:27:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Grid
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01101819
Message ID:
01101819
Vues:
49
hi all,

i try to append new empty record at mygrid as code under..not work,

can i append new record at the last field (condation last filed not empty have (character or numaric type)
    Select * from trans1 into cursor csrmyCursor readwrite where .F.
With thisform.Grid1
  .RecordSource = "csrMyCursor"
  .Column1.ControlSource = "csrMyCursor.bookno"
  .Column2.ControlSource = "csrMyCursor.sticket"
  .Column3.ControlSource = "csrMyCursor.eticket"
ENDWITH
USE cursor csrmyCursor 
append blank
thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform