‎2007 Feb 27 12:06 PM
i have summary and detail report of Purchase order.
Displaying Multiple PO's on screen
summary and detail report is switched on pressing a button at application bar.
On summary scren only PO header is displayed -
At line selection on particular PO.the detail PO with line item should be displayed
i am using one flag to decide whether to display detail or summary report for a particular PO.
i am setting lsind = 0 so that detail list for that PO can be displayed but the problem - <b>IF i press on second page of the list then it takes me to the first page of the list.</b>
‎2007 Feb 27 12:08 PM
<b>- IF i press on second page of the list then it takes me to the first page of the list.</b>
The detail report is displayed correctly on going to the second page.
I want to remain on the same page................
<b>Note i am working on the primary list only iam not displaying secondary list</b>
‎2007 Feb 27 12:10 PM
//i am using one flag to decide whether to display detail or summary report for a particular PO.
check whether this <b>flag has to be cleared</b> when u are in second page .
cause u need to handle the flag independently for a screen .
regards,
vijay.
‎2007 Feb 27 12:12 PM
‎2007 Feb 27 12:13 PM
‎2007 Feb 27 12:17 PM