I have a compile problem in VFP6.
For example:
I have a PRG called TEST.PRG. When I change this PRG and then run the PRG with the command DO TEST.PRG, not the 'new' but the 'old' PRG is executed.
Reason : The TEST.FXP does not change when the TEST.PRG changes. When I delete the TEST.FXP, a new...
Yellowke,
I had the same problem.
Check your codepage. It should be 1252 instead of 437 or 850.
For example. You have a table with the ç symbol.
You can change the codepage with the commands
USE TABLE
COPY TO TABLE2 AS 1252
Now TABLE2 shows the € symbol.
Good luck
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.