Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add + 1 to code
Message
From
13/12/2006 16:44:48
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01177374
Message ID:
01177397
Views:
8
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 ?
Previous
Reply
Map
View

Click here to load this message in the networking platform