Hi
I work with another developer on the same project. When he has checked source code into sourcesafe object names are saved as follows:
My IDE saves the following (note the S in the word RecordSet)Code:Dim rst as ADODB.RecordSet
When I check the source code in for the same form and compare this using sourcesafe, differences are reported where the s in recordset has changed.Code:Dim rst as ADODB.Recordset
This also happens on other controls most commonly the TextBox on property text.
Can anyone help as trying to find changes is a nightmare!




Reply With Quote