Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add + 1 to code
Message
De
13/12/2006 16:44:48
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01177374
Message ID:
01177397
Vues:
9
This message has been marked as a message which has helped to the initial question of the thread.
select max(client.CODE) from client ;
    into array lctemp
insert into client (code) values (IIF(isnull(lcTemp),1,lctemp + 1))
>Still NULL value
>
>It worked well on VFP 6 problem begins with VFP 9
>
>anything wrong with tally in VFP 9 ?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform