mohammed
26th May 2002, 16:08
How to increase the display size when u select Display as ur output device

Bogdan
27th May 2002, 13:34
Hi,

I supose you ment the number of lines in display window (GUI client); in this case go to Tools-Device Management-Maintenace-Maintain Devices. Select Display device and in field Page Lenght increase the existing number. Note that a big number will result in decreasing of display speed.

mohammed
30th May 2002, 10:24
How to extend the size horizontally

NPRao
30th May 2002, 10:37
I dont remember a direct option, maybe I can check up tomorrow at work.

you might have to write a 3-GL program which is called whenever you call this new device maybe like "SCREEN" -


#pragma used dll ottdllbw
#pragma used dll ottdllinputstr
#pragma used dll ottdlldisplay
#pragma used dll ottdllbw

function main()
{
string tmp.file(80)
wait.and.activate("ttstpconv", argv$(1), tmp.file, "ASCII", argv$(4))
display.file(tmp.file, tmp.file, 100, 50, "", "", FALSE)
}


Hope it helps you out.

Han Brinkman
30th May 2002, 18:31
The size (number of chars) is defined in the report.

If you want to see more characters in the display change the report size to max number of characters which is used in the layouts.

Han

NPRao
30th May 2002, 19:25
Hi,

I think you should check out the session, ttaad3105m000 - Report Defaults, where you can enter the page width for a particular report, font type and paper type etc.

mohammed
1st June 2002, 11:42
I changed the pagewidth field on the 2 form of the maintain reports and its working