リビジョン 61
MySQLエラー対応(コンボボックスの選択判定を修正)
branches/src/ProcessManagement/ProcessManagement/Forms/SubForms/Material/FrmMaterialSelect.cs | ||
---|---|---|
243 | 243 |
} |
244 | 244 |
|
245 | 245 |
// コンボボックス初期表示 |
246 |
ComboBoxAction.InitDataSetCombBox(cmbTypes, DataList,false); |
|
246 |
ComboBoxAction.InitDataSetCombBox(cmbTypes, DataList, false); |
|
247 |
|
|
247 | 248 |
} |
248 | 249 |
catch (Exception ex) |
249 | 250 |
{ |
... | ... | |
264 | 265 |
IOMaterialItem IoMi = new IOMaterialItem(); |
265 | 266 |
List<MaterialItemMaster> mim = new List<MaterialItemMaster>(); |
266 | 267 |
|
268 |
// 選択無は処理しない |
|
267 | 269 |
if (cmbTypes.SelectedIndex < 0) return; |
270 |
if (CommonMotions.cnvInt(cmbTypes.SelectedValue.ToString()) < 1) return; |
|
268 | 271 |
|
269 | 272 |
string strMaterialKindCode = cmbTypes.SelectedValue.ToString(); |
270 | 273 |
|
他の形式にエクスポート: Unified diff