Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find field names
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to find field names
Miscellaneous
Thread ID:
00272400
Message ID:
00272400
Views:
39
I used the following command to open an Excel spreadsheet and import it into a Fox cursor:

*====================
cFilePath = GETFILE()
IMPORT FROM (cFilePath) TYPE XLS
*====================

The name of the cursor created is ExcelSSN, but I can't figure out what it has named each of the 7 columns in the cursor that was created. I tried using the CURSORGETPROP() command but I get an error saying that's not a valid command to use on this type of table.

All I really need is the name of the first column in the cursor.

Can anyone help please?

Thanks!
Next
Reply
Map
View

Click here to load this message in the networking platform