Hi,
I have a form with multiple detail lines (10 lines)
each line has qty,description,price,$$extention.
how can I not display lines with a zero qty.
I am not a vb programmer but I need something like
if(qty >0 ) {
print qty,description,price, (qty*price)
else {
print " "
}
a little sudo "c" format to show what i need kind of
thanks
I have a form with multiple detail lines (10 lines)
each line has qty,description,price,$$extention.
how can I not display lines with a zero qty.
I am not a vb programmer but I need something like
if(qty >0 ) {
print qty,description,price, (qty*price)
else {
print " "
}
a little sudo "c" format to show what i need kind of
thanks