I'm using vb6's DataReport with landscape mode orientation, like this:
RptFPagamentoDetalhe.Orientation = rptOrientLandscape
RptFPagamentoDetalhe.Show vbModal
It works normally on the development pc, with vb6 and service pack 6 installed, but when generating the setup, and install sometimes it works on some machines and sometimes I get the message:
Report Width is larger than paper width
If I can not install the Service Pack on a machine that does not have vb installed, how can I fix this?
Vlw