..
This commit is contained in:
@@ -15,6 +15,7 @@ namespace FEQ0000
|
||||
BindingSource bsModel;
|
||||
dsPurchase.PurchaseRow dr;
|
||||
public Boolean repeatAdd = false;
|
||||
Boolean binit = false;
|
||||
public fPurchase_Add(dsPurchase.PurchaseRow dr_)
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -268,6 +269,7 @@ namespace FEQ0000
|
||||
}
|
||||
}
|
||||
}
|
||||
binit = true;
|
||||
|
||||
|
||||
|
||||
@@ -932,10 +934,11 @@ namespace FEQ0000
|
||||
FCOMMON.Util.RunExplorer(path);
|
||||
}
|
||||
|
||||
private void textBox1_TextChanged(object sender, EventArgs e)
|
||||
private void tbDolloerPrice_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
//단가에 금액이 없는경우에는 환율을 곱해준다.
|
||||
//if ( decimal.TryParse(tbPumPrice.Text, out decimal result) == false || result == 0)
|
||||
if(binit)
|
||||
{
|
||||
if (decimal.TryParse(tbPumPriceD.Text, out decimal priced) == true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user