Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataWindow Zoom help needed, please

Status
Not open for further replies.

Geser

Programmer
Jul 19, 2005
4
US
When doing print preview on a report, zooming past the size of the printing page results in the report being cut off. Instead of letting me see the larger report horizontally and vertically, the zoom function moves the excess portion of the report immediately below and thus stacks the entire report vertically. Is there a way to make the zoom function behave in a way to enable users to scroll the result both horizontally AND vertically, instead of having it set horizontally to page width, as it does now? Thanks for any assistance!

Greg
 
Geser,

I didn't understand exactly what you are seeking. But try to set the following option.

dw_control.Object.DataWindow.Print.Preview.Zoom = %
dw_control.Object.DataWindow.Zoom = %

The zoom property is not supported for the Graph, RichText, and OLE DataWindow styles.

Hope it should work.

Regards,
Abhijit.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top