Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add + 1 to code
Message
From
13/12/2006 15:37:58
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01177374
Message ID:
01177379
Views:
11
Try:

REPLACE client.code with NVL(lctemp[1],1)

Can lctemp[1] ever be .f.?

>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]
>select max(client.CODE) from client ;
> into array lctemp
> lctemp[1] = IIF(_tally=0,1,lctemp[1] + 1)
>
>APPEND blank
>replace client.code with lctemp [1]
>**************************************
>
>It works well, however if it's the first record it
>gets of an empty table it generates a null value to the code
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform