R
riyaz
dear mvp's
I need to get the label print out with some conditions.
table structure:
workorder StartingSerialno Maximum EndingSerialno
101 1 20
102 1 30
103 1 25
104 1 80
prompt for Workorder: 101
prompt for Starting Serialno : 2
prompt for ending Serialno : 15
( I also need to Display Error message if ending Serialno exceeds the
maximum limit)
output Result: simple format which has just sartingserialno & Ending
Serial no as entered only.
101
2 to 15 ( to -- Actual text in the report)
regards
Niyaz.
I need to get the label print out with some conditions.
table structure:
workorder StartingSerialno Maximum EndingSerialno
101 1 20
102 1 30
103 1 25
104 1 80
prompt for Workorder: 101
prompt for Starting Serialno : 2
prompt for ending Serialno : 15
( I also need to Display Error message if ending Serialno exceeds the
maximum limit)
output Result: simple format which has just sartingserialno & Ending
Serial no as entered only.
101
2 to 15 ( to -- Actual text in the report)
regards
Niyaz.