Thanks a lot baltman !
I have just a litle problem. When I execute the code, I need to select manuelly the code page to continious the program(for each file in my folder). Is't possible to put some command in code to do that.
The line code where I need help is:
use &VarTable
Thanks
Redg
I would like to use SQL code like
rename column xx to yy
But I would like to use position number instead xx because I don't know the name of my column but I know is place.
Thanks
Redg
I have 450 tables .dbf and i would like to rename field at the second podition like aaa* to aaa.
I won to do that because some field does't have the same name like aaa1 or aaa2 ...
Is't possible
Thanks
Sorry for my bad english
Redg
Hi,
I wouild like to save table in file name 'toto' + no
+ '.dbf'
But when I try with:
no = str(89)
copy to 'toto' + no + '.dbf'
I'am able to create file, but is name is
toto 89.dbf
My program put 8 spaces between toto and 89
I try to with
copy to 'toto' + trim(no) + '.dbf'
But...
I would like to know how can I look if some file exist with FoxPro6.
With VB6 I can with:
If fs.exist(PATH) then
fs.delete(PATH)
else
*nothing
end if
but is't possible with FoxPro
Thanks
Redg
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.