Sorry I was assuming you were using FoxPro. Anyway the multiple files may be the case. Check the VSS path for the file in question and make sure that the correct file is being checked in.
So what version of Visual FoxPro are you using? And I assume checking files out means that you are using Visual Source Safe? What version?
The problem described looks to me like a case of a file existing in more than one place and either SourceSafe or you being confused by the multiple files.
Yes they are. Everything is in. However I have some new changes I would like to put in but can't get started because of the Sourcesafe problem.
So whats in Sourcesafe is current with the project exactly.
Our procedures prevent me from changing our production system without the Sourcesafe...
A project previously under Source Control is now not acting like it is. I have a project called interview. This project can be verified to be under Source control by starting up the SourceSafe application.
I am using VSS version 8.0.50727.42 and VFP 7.0 with SP1
When I use FoxPro to open...
A project previously under Source Control is now not acting like it is. I have a project called interview. This project can be verified to be under Source control by starting up the SourceSafe application.
I am using VSS version 8.0.50727.42 and VFP 7.0 with SP1
When use FoxPro to open the...
I have an old VFP application in version 7.
When I try to compile it, it fails to compile beacuse it says file _mtl_browser is missing.
Where can I get a copy of this file?
This appears to be a known bug in Version 7.0 and earlier.
The spinner control will not display correctly when the increment is less than one. I am using .25
I almost have what I need. The problem is that the form I have the spinner control on displays 5.00 when the value is actuallt 4.50 But this only happens on the initial use of the form, the next time, the spinner displays 4.50
I opened a dubug window and looked at the properties of the...
I have an application where a spinner control is used for entering a percentage for later calculations of bonus pay.
I have the following proerties set
Controlsource p_nPercent
Increment 0.25
inputmask 999.99
keyboardhighvalue 200
keyboardlowvalue 0...
I found the solution, Sourcesafe when checking in files, makes them read only. Whenever FoxPro tried to cimpile a project into an app of exe, it quits when it encounters a read only file. So my solution was to take away the read only attribute on those files.
When compiling a project in VFP 7, I get "Cannot update cursor". I have checked and nothing is in use or open.
At my company we have 2 versions. We have the Development version - in sourcesafe which compiles just fine.
and the Production version - in sourcesafe, which fails to compile with...
My boss has asked me to try and locate a tool that would document the many FoxPro systems we have. And we also need to document a number of VB6 projects as well.
All suggestions are greatly appreciated.
I got it to work once, and it took exceptionally long. It was almost a full minute from the time I executed the command in the command window until the blinking cursor returned and then in the Windows explorer window, the file showed up.
but the original command works instantly: COPY FILE...
Stella the contents of l_cTempTextFile is c:\temp\_2iz0i7glg.txt and the contents of l_cBackupFile is G:\FOXPROJ\Philip\WorkArea_HumanResources\HumanResources\internal_auditing_data\trash_20081204082920.txt
The fact that in the command window the first command works shows that I have the right...
This command works:
COPY FILE "c:\temp\_2iz0i7glg.txt" TO "G:\FOXPROJ\Philip\WorkArea_HumanResources\HumanResources\internal_auditing_data\trash_20081204082920.txt"
however the file names are stored in variables and I can't get a foxpro command to work with these variables that actually does...
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.