Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

general

Former Member
0 Likes
556

How can I get output on same page?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
540

hi,

I guess this is what you are looking for

4 REPLIES 4
Read only

Former Member
0 Likes
541

hi,

I guess this is what you are looking for

Read only

Former Member
0 Likes
540

Hi

Be clear with your question

this is with respect to script or reports?

Do you wants to see the script output on the same page?or report output?

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
540

Hi mrudula,

IF you are talikng about normal reports i.e. classical reports, then you can have output on the selection screen only..using

At selection-screen output event.

Plz precisely define the context of the question.

Reward pts if useful.

Regards,

Harsha.

Read only

Former Member
0 Likes
540

in report increase the line size

line-count 100(20) so 2o line per page if you want to display 50 line then 100(50).....like so .

if you want in script deifne the page's

first page and next page ..... assign first page in the next page also ....

Girish