Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VT_ARRAY in VFP
Message
 
To
07/08/1996 18:25:36
John Little
Ferguson Information Systems
Irving, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00005148
Message ID:
00005267
Views:
33
>Thank Alistair, however the function I'm calling looks like this
>
>short GetColumnHeadings(long QueryID, VARIANT *Headings)
>
>This functions returns the column headings (also referred to as column names).
>
>Example:
>
> Stat = Shuttle.GetColumnHeadings(QueryID, ColHeadings)
>

Doesn't this work?:

DIMENSION aColHeadings
Shuttle=CREATEOBJECT("Shuttle.Object") && or whatever
Stat = Shuttle.GetColumnHeadings(QueryID, @aColHeadings)
alistair israel
Distressed DBA, Sleepy SysAd, Weary WebMaster (aka Senior Software Engineer)
aisrael@poboxes.com
Makati City, Philippines
Previous
Reply
Map
View

Click here to load this message in the networking platform