Hi All,
I have a browse with about 900 current orders (rows) in it. I need to print a report based on an order number column found in each row.
I have the print button as a column in each row.
I need to know where to place the order number into the session q so I can access it in the report for proper single item printing.
The report works fine mechanically,. However, the order number being accesses is the last one in the browse - previous page.. so I obviously not loading the session value properly.
Can someone help me setup the order number so the proper one is passed the the report ? Also, is there a clean way to place a submit button on a View Only form to generate the report without writing too much Java?
THanks,
Dave