Example #1
0
 void entityControl1_LoadRecord111(object sender, LoadRecordEventArgs e)
 {
     // return:
     //      -1  出错。已经用MessageBox报错
     //      0   没有装载(例如发现窗口内的记录没有保存,出现警告对话框后,操作者选择了Cancel)
     //      1   成功装载
     //      2   通道被占用
     e.Result = this.LoadRecordOld(e.BiblioRecPath,
         "",
         false);
 }
Example #2
0
 void entityControl1_LoadRecord111(object sender, LoadRecordEventArgs e)
 {
     e.Result = this.LoadRecordOld(e.BiblioRecPath,
         "",
         false);
 }