Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Source is out of date

Status
Not open for further replies.

Gotheallblacks

Programmer
Oct 16, 2003
60
NZ
A program I have been using is now not working correctly. Used debug and had a 'Source is out of date'. I deleted all compiled .fxp's and don't have any other copies in any other paths. cut and pasted to new .prg put in extra code ie wait states and compiled and still no luck. Have I set some sort of resource setting wrong as I can run this program from a different VFP installation and it runs perfectly.

Both installations have VFp8 sp1 on W2k
 
Are you absolutely sure that is the only copy of the .prg and .fxp laying around? Maybe VFP is grabbing another version.
Have you issued any/all of these statements?
CLOSE ALL
CLEAR ALL
CLEAR PROGRAM
SET PROCEDURE TO
You may try SET DEVELOPEMENT ON while you're testing.


-Dave Summers-
[cheers]
Even more Fox stuff at:
 
Dave

hmm Set developement on did it. Even though I was compiling before running and yes there were no other prgs and fxps as I checked thoroughly after reading MS KB101302 article on the subject. Oh well it works who knows must be me.

Thanks again for your help Dave on this and the screen font output. Appreciated !

Andrew

 

Dave

Found out why. set enginebehaviour had reverted somewhere somehow and the program was running but not picking any data in one of my SELECT sql commands. And I thought that with the source out of date error was causing it to not run correctly so it was a combination of two settings

Andrew
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top