..
This commit is contained in:
@@ -293,6 +293,16 @@ namespace FEQ0000
|
||||
tbSearch.SelectAll();
|
||||
}
|
||||
}
|
||||
else if (dr.source == "EB")
|
||||
{
|
||||
var f = new FEQ0000.Purchase.fPurchaseEB_Ipgo(dr.idx, po);
|
||||
if (f.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
refreshData();
|
||||
tbSearch.Focus();
|
||||
tbSearch.SelectAll();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
var f = new FEQ0000.Purchase.fPurchaseCR_Ipgo(dr.idx, po);
|
||||
|
||||
Reference in New Issue
Block a user