Question

I was trying to generate an excel file in VS Fox Pro 9 but my problem is that some fields are not shown and I already check the query it is ok becase most of the data shows

Here is my Code as of now

    con=SQLCONNECT("odbcname",dbuser,dbpassword)
            q=SQLEXEC(con, sqlstatement)
            SQLDISCONNECT(con)
copy TO folder/r FIELDS AName, DCode, DivCode, Station TYPE xl5

the AName field does not shows and others are ok, what am i missing something?

AName format is <LastName, FirstName MiddleInitial>

Any help will be a big help. thanks!

Was it helpful?

Solution

Have you verified it looks correct upon browse?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top