...
This commit is contained in:
@@ -74,7 +74,7 @@ namespace FCM0000
|
||||
{
|
||||
var dr = drv.Row as dsMSSQL.ProjectsRow;
|
||||
Index = dr.idx;
|
||||
Title = dr.name;
|
||||
Title = dr.name + "/" + dr.orderno;
|
||||
}
|
||||
|
||||
if (Title.isEmpty() || Index == -1) DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
|
||||
Reference in New Issue
Block a user