Exemplo n.º 1
0
 private void cmdAddQty_Execute(object sender, Fnd.Windows.Forms.FndCommandExecuteEventArgs e)
 {
     if (dlgReceiveItem.ModalDialog(Ifs.Fnd.ApplicationForms.Int.ExplorerForm) == Sys.IDOK)
     {
         DataSourceRefresh(Const.METHOD_Execute);
     }
 }
 private void cmdPlan_Execute(object sender, Fnd.Windows.Forms.FndCommandExecuteEventArgs e)
 {
     SendMessage(Const.PM_DataRecordStateEvent, Ifs.Fnd.ApplicationForms.Const.METHOD_Execute, ((SalString)"Plan").ToHandle());
 }
Exemplo n.º 3
0
 private void cmdDeliver_Execute(object sender, Fnd.Windows.Forms.FndCommandExecuteEventArgs e)
 {
     this.SendMessage(Const.PM_DataRecordStateEvent, Ifs.Fnd.ApplicationForms.Const.METHOD_Execute, ((SalString)"Deliver").ToHandle());
     SendMessageToParent(Const.PM_DataSourceRefresh, Ifs.Fnd.ApplicationForms.Const.METHOD_Execute, 0);
 }
 private void commandList_Execute(object sender, Fnd.Windows.Forms.FndCommandExecuteEventArgs e)
 {
     hWndCurrentFocus.SendMessage(Const.PM_DataItemLov, Const.METHOD_Execute, 0);
 }