Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
End of file
Message
 
À
29/12/2004 02:58:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00971336
Message ID:
00972836
Vues:
15
DECLARE newdncf[4] && If You have more then 4 declare it
newdncf[1] = "NewDnc1"
newdncf[2] = "NewDnc2"
newdncf[3] = "NewDnc3"
newdncf[4] = "NewDnc4"
......
FOR ndnc = 1 TO ALEN(newdncf,1)
    f_name = newdncf[ndnc]
    select 0
    use (f_name)
NEXT
select 0
use newdnc
SCAN
    SCATTER MEMVAR
    m.tablechar1=NewDnc.Char1
    FOR ndnc = 1 TO ALEN(newdncf,1)
        f_name = newdncf[ndnc]
        select (f_name)
        SCAN FOR Char1 == m.tablechar1
             GATHER MEMVAR
        ENDSCAN
    NEXT
    SELECT NewDnc
ENDSCAN
CLOSE ALL
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform