
April 28th, 2003, 02:36 PM
|
|
Contributing User
|
|
Join Date: Apr 2003
Posts: 46
  
Time spent in forums: 5 h 49 m 31 sec
Reputation Power: 7
|
|
|
Nagging problem with case changing inside vbp files
This is more of a nagging problem I have rather then a real issue, I just thought someone might know the answer.
Many times when I open a vbp file, do nothing, and close it, it still asks me if I want to save the project before closing. When I look at the project file, something has changed, its case is different. For example:
Code:
(+) Me.Caption = FRM_TITLE & " - " & LoadResString(fraStep(nStep).tag)
(-) Me.Caption = FRM_TITLE & " - " & LoadResString(fraStep(nStep).Tag)
or
Code:
(+) username.Text = "anonymous"
(+) password.Text = "myname@name.com"
(-) Username.Text = "anonymous"
(-) Password.Text = "myname@name.com"
Does anyone know what causes this or how to prevent it? The funny thing is, if I let it save that way, the next time the case will be the opposite again! Every time I go to source control my projects I have to double-check to see which files REALLY need to be updated.
Thanks!
__________________
Dave
|