![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a VFP6 form that opens a free table - everything works fine when I DO FORM MYFORM interactively from the command window. I do not get a prompt for codepage. I can USE the free table without a prompt for codepage. The VFP6 options are set to *not* prompt for codepage. The problem arises when I BUILD the project to an EXE and run it directly from windows - when the app tries to open the free table, it prompts for codepage, then execution continues normally. How can I eliminate the codepage prompting? TIA, Paul |
#3
| |||
| |||
|
|
Hi, Try Set CPDialog Off (your.exe does not take over any environment settings from the IDE) See also CPDBF(), CPCurrent(), CPConvert() If you want to modify the actual dbf header, try Home()+"\tools\cpzero\cpzero.prg" hth -Stefan "Paul" <paule (AT) mindspring (DOT) com> schrieb im Newsbeitrag news:vo0k3ajthimtf9 (AT) news (DOT) supernews.com... I have a VFP6 form that opens a free table - everything works fine when I DO FORM MYFORM interactively from the command window. I do not get a prompt for codepage. I can USE the free table without a prompt for codepage. The VFP6 options are set to *not* prompt for codepage. The problem arises when I BUILD the project to an EXE and run it directly from windows - when the app tries to open the free table, it prompts for codepage, then execution continues normally. How can I eliminate the codepage prompting? TIA, Paul |
![]() |
| Thread Tools | |
| Display Modes | |
| |