Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fill table until reccount()=10
Message
From
14/04/2005 13:33:43
 
 
To
13/04/2005 23:45:11
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01004462
Message ID:
01004789
Views:
18
DO WHILE Reccount("Table1") < 10
  INSERT INTO table1 VALUES(val1,val2,val3,etc.)
ENDDO
>Dear Sir,
>
>Field1 of Table1 is numeric type containting 4 records. I want to fill next 6 records with digit 1 for example
>
>5,2,4,6,1,1,1,1,1,1
>
>Sometimes table has 6 records then last 4 records must append with digit 1
>
>When command run it will count records in table and append digit 1 until reccount() is equal to 10
>
>Please help
Previous
Reply
Map
View

Click here to load this message in the networking platform