Jump to content

Recommended Posts

Posted

I think I found a use for this! However, lines was defaulted to 57, and I reset to 100 in the GUIonly about 20 or so appear. what can I do to get more lines per page I would not mind getting rid of the paging alltogetherunless that causes the top header row to scroll off the screen

 

image.png1026629 48.5 KB

Posted

Heres and example of what you can do:

TABLE FILE ggsales

PRINT *

ON TABLE SET LINES 99999

ON TABLE PCHOLD FORMAT AHTML

ON TABLE SET STYLE *

TYPE=REPORT, PAGE-LOCATION=OFF,$

END

 

You can also:

PAGE-LOCATION=BOTTOM

With LINES=99999 it may take longer to render the initial display in the browser.

Posted

Robert, you should tag your post as [sOLVED] and not [CLOSED] when it contains a solution

In our old forum rules, we were using :

[sOLVED} = problem/question solved and a solution is provided in the discussion

[CLOSED] = problem/question not solved and no solution provided in the discussion

It help to filter the discussions

Thanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...