‎2006 Jun 01 9:48 AM
Hi,
I had added a new page as a 3rd page for the standard form lb_bil_invoice. 2nd page is in loop as it the continuation of 1st page.
the 1st and 2nd page is executing properly, but the 3rd page is not executing even for the 2nd page i mentioned the next page as 3rd page.
please help me solving my problem.
Thanks in advance,
Ravi
‎2006 Jun 01 9:51 AM
HI ravi
IN the first page and second page after the loop in the main window, add command object(outside the loop) and click the NEW PAGE as the third page.
regards
kishore
‎2006 Jun 01 9:51 AM
HI ravi
IN the first page and second page after the loop in the main window, add command object(outside the loop) and click the NEW PAGE as the third page.
regards
kishore
‎2006 Jun 01 9:57 AM
Hi Hari can you please tell this in clear I am new to the forms.
Can you explain this in steps.
Thanks in advance.
Ravi
‎2006 Jun 01 10:01 AM
hi
In the Main Window, after the loop object, which will print the table data.Just add a COMMAND object.
In the Command click the GO TO NEW PAGE and select the thrid page.
now when your loop gets over, automatically your third page will be triggered.
regards
kishore
‎2006 Jun 01 10:06 AM
Hi hari,
We have to add the command on both 1st and 2nd pages.
since the 2nd page is the continous of the first page. is it enough if we add command only 2nd page.
Thanks,
Ravi
‎2006 Jun 01 10:10 AM
Hi
yes, you have add it in both the pages, bcoz if your loop ends in the first page, then the third page has to be triggered.
regards
kishore
‎2006 Jun 02 2:55 AM
I have to execute the 3rd page only for particular country(example US) what the condition I have to write.
Thanks,
Ravi
‎2006 Jun 02 4:51 AM
Hi Ravi
In the Command Object itself there is a condition option where you can set your condition like country is 'US'
regards
kishore
‎2006 Jun 02 5:45 AM
I have given the command on top of the footer on 1st ant 2nd page but it is not displaying the 3rd page.
can u please tell this in detail
Thanks
Ravi