リビジョン 425
メニュー:管理マスタ初期状態時ラベル変更バグ修正
工事情報同期処理バグ修正
trunk/src/ProcessManagement/ProcessManagement/Forms/SubForms/FrmConstrProgDiag.cs | ||
---|---|---|
262 | 262 |
ArrayList BaseList = new ArrayList(); |
263 | 263 |
if (!BaseDB.ExecuteReader(strSQL.ToString(), ref BaseList)) return; |
264 | 264 |
if (BaseList.Count < 1) |
265 |
{ |
|
266 |
MessageBox.Show("対象データがありません。", "選択データ無", MessageBoxButtons.OK, MessageBoxIcon.Stop); |
|
267 |
DialogResult = DialogResult.No; |
|
265 |
{ // データが無ければ処理しない |
|
266 |
DialogResult = DialogResult.Cancel; |
|
268 | 267 |
this.Close(); |
269 | 268 |
return; |
270 | 269 |
} |
trunk/src/ProcessManagement/ProcessManagement/Forms/ZMenu/FrmMenuAuxiliary.cs | ||
---|---|---|
1193 | 1193 |
if (bFirst) |
1194 | 1194 |
{ |
1195 | 1195 |
int nValue = CommonMotions.GetPeriodYear(); |
1196 |
if (numUPObject.Maximum >= nValue) |
|
1196 |
if (nValue > 0 && numUPObject.Maximum >= nValue)
|
|
1197 | 1197 |
numUPObject.Value = nValue; |
1198 | 1198 |
} |
1199 | 1199 |
|
他の形式にエクスポート: Unified diff