Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook, ContactItem, and field names
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01143190
Message ID:
01143269
Vues:
9
Try
SELECT * FROM m2line INTO ARRAY(laFields)
CREATE TABLE gg FROM ARRAY laFields
>I now have a table with the field names taken from the outlook address
>book. Many of these field names are longer than 10 characters. I see that
>if a table is added to a database, then that table can have long field names,
>up to 128 characters. I am trying to figure out to create a table with
>all of the outlook field names in it.
>
>OPEN DATABASE out
>add table m2line
>** m2line has these fields
>** field_name c(128) has all of the outlook field names
>** field_type c(1)
>** field_len n(3)
>** field_dec n(1)
>
>now I would like to do the following, except keep the long field names
>create out!gg from out!m2line
>
>How would I do this?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform