Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APP Can Not Find Forms
Message
From
29/03/2000 19:37:31
 
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00351219
Message ID:
00352500
Views:
7
OK Mark, this is what I did that solved the problem.

In the migrator program I used to add the files to the project this way:
Application.ActiveProject.Files.Add(full path of fecha.spr).

I now also set the type for that file to "program" this way:
Application.ActiveProject.Files(full path of fecha.spr).Type = 'P'

Not sure if this is what did it, but I'm guessing that since Fox now knows for sure that the file is a program the compiled version is included in the APP.

Thanks for your responses.

Alex



>FETCHA.SPR??? I probably should have caught this earlier, but if you are still trying to run old forms [SPR], you may have to DO FETCHA.SPX until you create a valid VFP form [SCX/SCT].
>
>>Yes I actually get an error message: "File z:\migv\contab\sosa\fecha.scx missing." The path indicated is the current directory, where the data is, but no programs are there.
>>
>>Another clue: if I move to the debugger when the error appears, it shows in the trace window "Source out of date", so I cannot investigate much more. BTW, it continues to show this message no matter how many times I recompile the program and rebuild the app (which is called fecha.spr)
>>
>>It probably is a silly mistake, but what could it be!
Previous
Reply
Map
View

Click here to load this message in the networking platform