Example #1
0
		private void gridEobs_CellDoubleClick(object sender,UI.ODGridClickEventArgs e) {
			FormEtrans835Edit Form835=new FormEtrans835Edit();
			Form835.EtransCur=_etrans;
			Form835.MessageText835=_messageText835;
			Form835.TranSetId835=_listEobTranIds[gridEobs.SelectedIndices[0]];
			Form835.Show();
		}
        private void gridEobs_CellDoubleClick(object sender, UI.ODGridClickEventArgs e)
        {
            FormEtrans835Edit Form835 = new FormEtrans835Edit();

            Form835.EtransCur      = _etrans;
            Form835.MessageText835 = _messageText835;
            Form835.TranSetId835   = _listEobTranIds[gridEobs.SelectedIndices[0]];
            Form835.Show();            //Not attached to parent window because the user may have to close parent window to navigate other areas of the program.
        }