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...
hi everybody,
In a report I want to show a graph in every line like this:
Qty 1999 Qty 2000 Qty 2001 QTY 2002 GRAPH
15 12 13 21 ?????
17 41 12 25 ?????
etc...
Anyone can help me ?
Mistral
I want to restrict some users to have only to preview a report without printing
I used this command :
REPORT FORM MyReport PREV IN SCREEN TO FILE REPORT.tmp
DELETE FILE REPORT.tmp
I'm using VFP6.0
Thank you in advance
Mistral
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.