Problems with editor?
Publicado: Dom Sep 13, 2009 10:53 pm
Hi. I'm using the demo version 1.9.9.
I type this in the editor:
Procedure Main()
AppData:AddData( "cVersion", "REMOTE")
AppData:AddData( "cPath", "")
AppData:AddData( "cLocking", "PROPRIETARY" )
Application:cTitle := "ADS data dictionary diff Utility"
Application:lSingleInstance := .T.
Application:oIcon := "STRUCTURE48"
if !Connect2DD()
return
endif
TForm1():New( Application ):Show()
Application:Run()
Return
//-----------------------------------------------
After saving and compiling, the text changes to this:
Procedure Main()
AppData:AddData( "cVersion", "REMOTE")
AppData:AddData( "cPath", "")
AppData:AddData( "cLocking", "PROPRIETARY" )
Application:cTitle := "ADS data dictionary diff Utility"
Application:lSingleInstance := .T.
Application:oIcon := "STRUCTURE48"
TForm1():New( Application ):Show()
Application:Run()
return
endif
TForm1():New( Application ):Show()
Application:Run()
Return
//-------------------------------------------
No matter what I do, I just can't get the text to stay as I typed it.
I'm sure I'm doing something wrong. Can someone help?
Thank you.
Reinaldo.
I type this in the editor:
Procedure Main()
AppData:AddData( "cVersion", "REMOTE")
AppData:AddData( "cPath", "")
AppData:AddData( "cLocking", "PROPRIETARY" )
Application:cTitle := "ADS data dictionary diff Utility"
Application:lSingleInstance := .T.
Application:oIcon := "STRUCTURE48"
if !Connect2DD()
return
endif
TForm1():New( Application ):Show()
Application:Run()
Return
//-----------------------------------------------
After saving and compiling, the text changes to this:
Procedure Main()
AppData:AddData( "cVersion", "REMOTE")
AppData:AddData( "cPath", "")
AppData:AddData( "cLocking", "PROPRIETARY" )
Application:cTitle := "ADS data dictionary diff Utility"
Application:lSingleInstance := .T.
Application:oIcon := "STRUCTURE48"
TForm1():New( Application ):Show()
Application:Run()
return
endif
TForm1():New( Application ):Show()
Application:Run()
Return
//-------------------------------------------
No matter what I do, I just can't get the text to stay as I typed it.
I'm sure I'm doing something wrong. Can someone help?
Thank you.
Reinaldo.