I have not access to news2news members area...
I found how to parse cDevMode and how to modify
dmPaperSize,dmPaperLength and dmPaperWidth :
dmPaperSize=buf2word(SUBSTR(cDevmode,47,2))
dmPaperLength=buf2word(SUBSTR(cDevmode,49,2))
dmPaperWidth=buf2word(SUBSTR(cDevmode,51,2))
I know that if a...