플젝 신규 등록시. 저장 및 서브기능 못쓰게 막음.
This commit is contained in:
		| @@ -772,7 +772,16 @@ namespace FPJ0000 | ||||
|             var dr = drv.Row as dsPRJ.ProjectPartStatusRow; | ||||
|  | ||||
|  | ||||
|             var serverpath = Properties.Settings.Default.SharePath + @"\Project\" + dr.Project.ToString(); | ||||
|             var serverpath = Properties.Settings.Default.SharePath + @"\Project"; // | ||||
|  | ||||
|             if (dr.path.isEmpty() == false) | ||||
|             { | ||||
|                 if (dr.path.StartsWith("\\")) serverpath += dr.path; | ||||
|                 else serverpath += "\\" + dr.path; | ||||
|             } | ||||
|             else serverpath += "\\" + dr.Project.ToString(); | ||||
|              | ||||
|             //+ dr.Project.ToString(); | ||||
|  | ||||
|             //if (tbPath == "") tbPath = "/" + dr.idx.ToString(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi