Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EOF() and views
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00664789
Message ID:
00664827
Vues:
22
Hi, Roman!

Two ideas:

1. Use the Default Value functionality of the id field to create the id - and you can use the given AllowAddNew feature of the grid!

2. Try the following (not tested yet):
IF nKeyCode==24 && down arrow key
   SELECT 'view'
   IF RECCOUNT("MyViewAlias") = RECNO("MyViewAlias")
      THIS.newRecord()
   ENDIF
ENDIF
SeBaFlu
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform