R
riyaz
plz help me with your code
can you plz write a criteria for the below conditions:
i need more help from you for this condition, As i am new to programming i
feel quiet hard.
i know that i want another table with Single field for " no of copies" to
print
but i dont want another table for serial no.
with the given Table structure can you give me the code plz.
the actual condition is the following:
this is my table structure:
workorder StartingSerialno Maximum EndingSerialno
101 1 20
102 1 30
103 1 25
104 1 80
By Default aal Starting Serial No is 1 .
For Example if a user run the report
it will prompt for WorkOrder === 102
prompt For Starting Serial No === 6
prompt For Ending Serial no === 10
(if user enter above the limit of Maximum EndingSerialno ,it should Display
Error Message)
(Every Time user enter Different Starting Serial no & Ending SerialNo)
prompt for number of copies === 2
Example Report Result :
it should have result like this:
102 102 102 102 102 102 102 102 102 102
6 6 7 7 8 8 9 9 10 10
waiting for your reply
Thanks & regards
niyaz.
can you plz write a criteria for the below conditions:
i need more help from you for this condition, As i am new to programming i
feel quiet hard.
i know that i want another table with Single field for " no of copies" to
but i dont want another table for serial no.
with the given Table structure can you give me the code plz.
the actual condition is the following:
this is my table structure:
workorder StartingSerialno Maximum EndingSerialno
101 1 20
102 1 30
103 1 25
104 1 80
By Default aal Starting Serial No is 1 .
For Example if a user run the report
it will prompt for WorkOrder === 102
prompt For Starting Serial No === 6
prompt For Ending Serial no === 10
(if user enter above the limit of Maximum EndingSerialno ,it should Display
Error Message)
(Every Time user enter Different Starting Serial no & Ending SerialNo)
prompt for number of copies === 2
Example Report Result :
it should have result like this:
102 102 102 102 102 102 102 102 102 102
6 6 7 7 8 8 9 9 10 10
waiting for your reply
Thanks & regards
niyaz.