> Dear Friends,
>
> I have made one application and Build it into APP. I kept only APP file in the directory and delete all other files like *.prg *.sc? *.fr? *.pj? *.mn?
>
> When I run this APP , the menu comes up, but when I select an item in the menu it gives error like follows :-
>
> file filename.scx does not exist
>
> Then I copied this scx/sct file inthe directory. This form runs but then again if i run a report from this form it again says :-
>
> filename.frx does not exist
>
> Does it mean that form files, report files etc are not bound into the APP file? I tried to rebuil the project again but it did not work. I made EXE instead of APP but still the same error comes.
>
> PLS HELP.
>
> Thanks in advance.
>
>
> Sudhir
Sudhir,
I would reccomend you not build your .exe into the same folder the project is in. Instead create a 'projects' folder where you keep all your project source and another folder where you build the app to. I had a similar problem like you described when I first started using foxpro and I think it might be because you are building an app instead of an exe. Anyway, after I seperated my exe fro my project folder my problem disapeared.
BTW: can anyone tell me why you would build an .app instead of a .exe? I would like top know.
toms,