Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook, ContactItem, and field names
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01143190
Message ID:
01143269
Views:
8
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform