how detect a prn device and the nlogX e nlogy only call setpage(number page) ?
I should not open an oprn object to know it .
I need it to open a metafile object with X and Y params of *number page*.
Can I call this:
odevice:=setpage(9)
and the open a metafile object ?
obmp := TMetaFile():New( 0, 0, 0, 0,;
aFiles[1],;
oWnd,;
CLR_BLACK,;
CLR_WHITE,;
oDevice:nHorzRes(),;
oDevice:nVertRes() )