I just supply the value for the variable ded_amount
e.g.
ded_amount = dec(em_1.text)
then under a button clicked event, I execute the Insert SP. As long as the variable/s hasvalue, it'll pass it in the insert SP.
I just supply the value for the variable ded_amount
e.g.
ded_amount = dec(em_1.text)
then under a button clicked event, I execute the Insert SP. As long as the variable/s hasvalue, it'll pass it in the insert SP.