플젝 신규 등록시. 저장 및 서브기능 못쓰게 막음.

This commit is contained in:
chi
2021-03-24 12:29:43 +09:00
parent d15737f654
commit 43672fabed
4 changed files with 35 additions and 17 deletions

View File

@@ -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();