コード例 #1
0
ファイル: FQuotation.cs プロジェクト: CODEXSUN/codexdotnet
 void Party_NeedToRefresh(object sender, EventArgs e)
 {
     txt_party_id.Text = xparty.GetName();
     //txt_total_qty.Focus();
 }
コード例 #2
0
 void Party_NeedToRefresh(object sender, EventArgs e)
 {
     txt_party_id.Text = xparty.GetName();
     txt_receipttype_id.Focus();
 }
コード例 #3
0
ファイル: FCash_payment.cs プロジェクト: CODEXSUN/codexdotnet
 void Party_NeedToRefresh(object sender, EventArgs e)
 {
     txt_party_id.Text = xparty.GetName();
     txt_payment_amount.Focus();
 }
コード例 #4
0
 void Party_NeedToRefresh(object sender, EventArgs e)
 {
     txt_party_id.Text = xparty.GetName();
     txt_Delivered_id.Focus();
 }