06-09-18, 02:59 AM
(آخر تعديل لهذه المشاركة : 06-09-18, 06:49 PM {2} بواسطة asemshahen5.)
كود :
if code="" then msgbox("code Empty"):exit sub
code = SellDataGridView.Rows(i).Cells(0).Value
if Name ="" then msgbox("Name Empty"):exit sub
Name = SellDataGridView.Rows(i).Cells(1).Value
if quant="" then msgbox("quant Empty"):exit sub
quant = SellDataGridView.Rows(i).Cells(2).Value
if price="" then msgbox("price Empty"):exit sub
price = SellDataGridView.Rows(i).Cells(3).Value
if total="" then msgbox("total Empty"):exit sub
total = SellDataGridView.Rows(i).Cells(4).Value
سبحان الله وبحمده سبحان الله العظيم و الحمد لله ولا اله الا الله والله اكبر
