Página 1 de 1

Printer:Preview()

Publicado: Mié Mar 28, 2007 8:44 am
por david fung
Is there a way to set the preview's "Zoom Level" to "Page Width" ?
Thanks.
David

Printer:Preview()

Publicado: Mié Mar 28, 2007 1:35 pm
por ignacio
David,
Right now, there is not. It will be available on next release.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=460a0ee9@ozsrv2.ozlan.local...]460a0ee9@ozsrv2.ozlan.local...[/email]
> Is there a way to set the preview's "Zoom Level" to "Page Width" ?
>
> Thanks.
> David

Printer:Preview()

Publicado: Mié Mar 28, 2007 1:35 pm
por NoName
David,
Right now, there is not. It will be available on next release.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=460a0ee9@ozsrv2.ozlan.local...]460a0ee9@ozsrv2.ozlan.local...[/email]
> Is there a way to set the preview's "Zoom Level" to "Page Width" ?
>
> Thanks.
> David

Printer:Preview()

Publicado: Mié Mar 28, 2007 4:17 pm
por david fung
Ignacio Ortiz de Zúñiga wrote:
> David,
>
> Right now, there is not. It will be available on next release.
>
> Regards,
>
Thank you for your reply. Look forward to that.

Printer:Preview()

Publicado: Mié Mar 28, 2007 4:17 pm
por david fung
Ignacio Ortiz de Zúñiga wrote:
> David,
>
> Right now, there is not. It will be available on next release.
>
> Regards,
>
Thank you for your reply. Look forward to that.

Printer:Preview()

Publicado: Jue Mar 29, 2007 12:45 pm
por david fung
Great job, I can now zoom to "Page Width" with the following
With Object Printer:PreviewControl()
:nZoomIndex := 8
:oParent:ShowModal()
end With
Another issue arised, I used to use
Printer:nPreviewShowMode := smMAXIMIZE
<< output statements >>
Printer:Preview()
With new coding method of Printer:PreviewControl(), I can't maximize the
preview window. Is there anyway to achive it ?
Thanks.

Printer:Preview()

Publicado: Jue Mar 29, 2007 12:45 pm
por david fung
Great job, I can now zoom to "Page Width" with the following
With Object Printer:PreviewControl()
:nZoomIndex := 8
:oParent:ShowModal()
end With
Another issue arised, I used to use
Printer:nPreviewShowMode := smMAXIMIZE
<< output statements >>
Printer:Preview()
With new coding method of Printer:PreviewControl(), I can't maximize the
preview window. Is there anyway to achive it ?
Thanks.

Printer:Preview()

Publicado: Jue Mar 29, 2007 4:44 pm
por ignacio
David,
Take a look at the method TForm:Show() on the help file.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=460b98e5@ozsrv2.ozlan.local...]460b98e5@ozsrv2.ozlan.local...[/email]
> Great job, I can now zoom to "Page Width" with the following
>
> With Object Printer:PreviewControl()
> :nZoomIndex := 8
> :oParent:ShowModal()
> end With
>
>
> Another issue arised, I used to use
> Printer:nPreviewShowMode := smMAXIMIZE
> << output statements >>
> Printer:Preview()
>
>
> With new coding method of Printer:PreviewControl(), I can't maximize the
> preview window. Is there anyway to achive it ?
>
> Thanks.

Printer:Preview()

Publicado: Jue Mar 29, 2007 4:44 pm
por NoName
David,
Take a look at the method TForm:Show() on the help file.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=460b98e5@ozsrv2.ozlan.local...]460b98e5@ozsrv2.ozlan.local...[/email]
> Great job, I can now zoom to "Page Width" with the following
>
> With Object Printer:PreviewControl()
> :nZoomIndex := 8
> :oParent:ShowModal()
> end With
>
>
> Another issue arised, I used to use
> Printer:nPreviewShowMode := smMAXIMIZE
> << output statements >>
> Printer:Preview()
>
>
> With new coding method of Printer:PreviewControl(), I can't maximize the
> preview window. Is there anyway to achive it ?
>
> Thanks.