R
riyaz
hi
I need ur help in my program to print the labels,
this is my table structure (For eaxmple)
orderno serialno
101 1
101 2
101 3
101 4
101 5
102 1
102 2
102 3
102 4
102 5
using this table i have to print the labels with the following conditions
first it should prompt for Orderno ...
then it ask for the starting serial no and ending serial no for the
particular
orderno entered previously to print the labels
the serialno that came under the above selected limits must be able to print.
then it prompt for "no of copies to print".
finally it print the labels.
i have written a code , but it does not lookup the values based upon the
orderno
can u plz provide me the code to print this label.
regards
niyaz
(e-mail address removed)
I need ur help in my program to print the labels,
this is my table structure (For eaxmple)
orderno serialno
101 1
101 2
101 3
101 4
101 5
102 1
102 2
102 3
102 4
102 5
using this table i have to print the labels with the following conditions
first it should prompt for Orderno ...
then it ask for the starting serial no and ending serial no for the
particular
orderno entered previously to print the labels
the serialno that came under the above selected limits must be able to print.
then it prompt for "no of copies to print".
finally it print the labels.
i have written a code , but it does not lookup the values based upon the
orderno
can u plz provide me the code to print this label.
regards
niyaz
(e-mail address removed)