Domanda

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!

È stato utile?

Soluzione

Have you verified it looks correct upon browse?

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top