Вопрос

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!

Это было полезно?

Решение

Have you verified it looks correct upon browse?

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top