Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tables
Message
De
13/06/2004 06:08:55
 
 
À
13/06/2004 04:23:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Tables
Divers
Thread ID:
00913185
Message ID:
00913201
Vues:
20
>all records where field(month=1) insert to table(ex.. month12004),
if month<>1
creat new table month22004 ...etc...,
FOR I=1 TO 12
    SET FILTER TO month=I
    GO TOP
    IF !EOF()   
        COPY TO ("Month"+ALLT(STR(I))+"2004") FOR month=I
    ENDFOR 
ENDFOR
There's never enough time to do it right, but always enough time to do it again.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform