cancel
Showing results for 
Search instead for 
Did you mean: 

SCRIPT tittle problem

Former Member
0 Kudos

Dear Friends,

In my script i am facing problem.

Tittle is displaying all pages. i need only in First Page.

can any body help me.

Thanks & Regards,

Narayan.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

did you assign Title window into all pages ?

Simple solution would be :

/: IF &PAGE& = '1'.

PRINT TITLE

/: ENDIF.

Thanks

Seshu

Former Member
0 Kudos

Thanks for reply,

I did the same thing, But in second page i am getting blank (space--title widow text contains 8 lines) another window is not coming in the title window place .

Thanks,

Narayan.

Former Member
0 Kudos

Hi,

check in ur script...u will have spaces inbetween due to which it is appearing...remove them...

if it is only 2 pages then put in NEXT PAGE as FIRST PAGE.

<b>Reward points</b>

Regards

Former Member
0 Kudos

Then you can assign that window only first page ,don't assign next page.

keep the first page as start mode

next page as inc mode in page tab position.

first page ,next page is the next page,so that your problem will be solved.

Thanks

Seshu

Answers (1)

Answers (1)

former_member196280
Active Contributor
0 Kudos

To solve this kind of queries, try to create a new window and add your title on this page, call this new window only in the first page and remaining next page onwards don't add this new window.

Reward points to all useful answers.

Regards,

SaiRam

Former Member
0 Kudos

thanks alot