Hi All,
1. Employee we have to issue the certificate and as well as terms & Conditions page. If wife is staying in different address we have to display both certificate and as well as terms and conditions page. For kids we need not shown the terms & conditions, bcz they have stayed with wife. So in my case for employee it is displaying 2 pages one for certificate and terms and conditions page, for wife 2 pages one for certificate and terms and conditions page, as per as children it should show only one page i.e certificate page only, but here it is taking terms and conditions page also but it is displaying blank page. Now my question is how to delete that blank page. Just ask your colegues who know how to delete that page.
Regards,
Sathvik
Hello,
We cannot delete a blank page.
One thing u can do is,
Handle the second page thru logic.So dont make second page as mandatory.
U trigger the second page only when ur condtion is satisfied.
Use NEW-PAGE concept.
Check and let me know if I am not clear
Regards
Hi,
You mentioned having 3 pages- first, 2nd and 3rd. 2nd page has certificate and 3rd has terms and conditions.
while creating the pages, what did you declare as the 'next page' for the 2nd page?
if you have declared it as the 3rd page, then whenever the certificate page gets triggered, after it terms and conditions page will get triggered automatically, since you are handling the condition :
If A <> B
/: NEW-PAGE.
ENDIF
in the first page and not in the second.
once the control is in the second page, 3rd page will get triggered after it unless restricted in the 2nd page.
please let me know what you have declared as the next page for each of your three pages.
regards,
Divya
Add a comment