I'm writing a program that displays our open orders.
I'm dynamically populating my choices using RPG. There will always be five options to choose from in the dropdown box. The five options for the next 3 weeks will be:
- Sep 2015 Orders
- Oct 2015 Orders
- Nov 2015 Orders
- Dec 2015 Orders
- Jan 2016 Orders
By default all of our open orders display in a subfile and that works fine. Now, I'm adding a dropdown for the user to select the production month of their choosing.
When the user select "Sep 2015 Orders" I need to pass "201509" back to my program so I can get the from and to date range from a table because we don't use calendar month for exact date range.
I appreciate any advice you can give.
Best regards