Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add + 1 to code
Message
De
13/12/2006 15:32:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01177374
Message ID:
01177377
Vues:
9
>I used to use
>
>code = code + 1
>but when the table was indexed I had problems
>
>Then, a guy from this forum gave me the code below
>
*dimension lctemp[1] && not necessary
select max(client.CODE) from client ;
    into array lctemp
  lctemp[1] = IIF(_tally=0,1,lctemp[1] + 1)

APPEND blank

if _tally>0
 replace client.code with lctemp [1]
else
 replace client.code with 1
endif
>**************************************
>
>It works well, however if it's the first record it
>gets of an empty table it generates a null value to the code
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform