robert fuschetto Posted October 28, 2021 Posted October 28, 2021 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
David Beagan Posted October 28, 2021 Posted October 28, 2021 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.
robert fuschetto Posted November 3, 2021 Author Posted November 3, 2021 It seems there are two LINES commands. This one worked. Thanks.
Martin Yergeau Posted November 3, 2021 Posted November 3, 2021 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now