I need to create an export function from my VFP application to an excel XLS file. Another company specified the format of the XLS file, and it is like this:
The first row contains the names of each column,
The following rows are one row per record.
This seems great... just like VFP, except the column names have spaces and funny characters in them, such as:
"Registration Date", and "Risk Mgmt #"
VFP, of course, doesn't allow spaces in field names, and certainly won't allow a "#" character...
Is there any way to rename the fields as they are exported?
I'm hoping not to require Excel to be installed on my customers' computers, and therefore would like to avoid automation...
- Bill
Get the best answers to your questions -- See FAQ481-4875.
The first row contains the names of each column,
The following rows are one row per record.
This seems great... just like VFP, except the column names have spaces and funny characters in them, such as:
"Registration Date", and "Risk Mgmt #"
VFP, of course, doesn't allow spaces in field names, and certainly won't allow a "#" character...
Is there any way to rename the fields as they are exported?
I'm hoping not to require Excel to be installed on my customers' computers, and therefore would like to avoid automation...
- Bill
Get the best answers to your questions -- See FAQ481-4875.