Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cross Tab Reports?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00002310
Message ID:
00002670
Vues:
26
>* Create a table for listing the periods to be
>cross tabulated
>*)(In this case months.)
>DIMENSION laFields[2,4]
>laFields[1,1] = "nMonth"
>laFields[1,2] = "N"
>laFields[1,3] = 2
>laFields[1,4] = 0
>
>laFields[2,1] = "cMonth"
>laFields[2,2] = "C"
>laFields[2,3] = 10
>laFields[2,4] = 0
>
>CREATE TABLE period FROM ARRAY laFields

Christopher,
just curious, why do u use
this method to create a new table instead of
    CREATE TABLE period (nMonth N(2,0), cMonth C(10)
also if u want to qoute programs in UT msgs use <PRE> and
</PRE> tags - which mean pre-formatted text

Arnon
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform