Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Auto-incrementing a number field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00168371
Message ID:
00168408
Vues:
22
Try the following:

In your form init method:

SELECT ;
MAX(id_field) ;
FROM table ;
INTO ARRAY aHighestID

IF _TALLY > 0

ELSE
ENDIF
Juan L. Romero
gcandela@javanet.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform