When I import from EXCEL to foxpro:
IMPORT FROM MyFile.XLS TYPE XL8 SHEET " SHEET1 "
I get MyFile.dbf where the fields are called (a,b,c etc....) instead of the name of the columns of my MyFile.XLS.
Thank you
When I import from MS EXCEL to foxpro:
IMPORT FROM MyFile.XLS TYPE XL8 SHEET " SHEET1 "
I get MyFile.dbf where the fields are called (a,b,c etc....) instead of the name of the columns of my MyFile.XLS.
Thank you
Hi everyone,
My application manages the daily save of my files with the help of a timer.
When I execute my application I want that the icon will be displayed in the taskbar of windows (in the zone of the clock on the right at the bottom of the screen) to reassure me that it is...
Dear all,
in a control grid:
CODE NAME PRICE NEW
125 Name1 1.25 .F.
135 NAME2 1.35 .F.
148 Name3 2.78 .T.
...................................
.............................
How to disactivate the lines only of...
Hi Everyone,
I want to add the date of the day in the name of the file ( when i export file to Excel) I proceeded like follows:
use article
CFILE = " C:\tmp\article+CTOD(date ())"
COPY TO CFILE TYPE XL5
the result it is that the file carries the name c:\cfile.xls instead of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.