Jump to content
Software FX Community

print zoom in data


User (Legacy)

Recommended Posts

When I tried to print the chart in zoom in mode, I found that too many pages

were printed depending on the times you zoomed in. Not only the area you

are interested in, but the whole plot was printed.

I was wondering is there a way to set up so that only the page for the zoom

in area will be printed?

Thanks in advance.

Danqing

Link to comment
Share on other sites

Can users set up this in Page Setup Dialog box or in Printer Dialog box ? Or

I can only do this in my code ?

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:y2cgRn1ACHA.1448@webserver1.softwarefx.com...

> Yes, simply do PrintIt -1,-1 to print only the current page.

>

> --

> FP

> Software FX, Inc.

>

>

post-2107-13922394478793_thumb.jpg

Link to comment
Share on other sites

You'll have to do it in your own code.

Be aware that there's a bug that occasionally prints a page with totally different coordinates

than what is shown on the screen.

If that happens in your program, make it a habit to look at "Print Preview" before actually

printing. "Print Preview" will always show what's going to be printed, if that's what you

wanted or not. Then if it's not right, simply undo zoom, then zoom again.

I've been dealing with that for 2 years now. The last info I got from Tech Support was:

> This issue will be handled by the developers to fix in a coming service pack.

> Unfortunately I do not know the time schedule for the fix.

"danqing" <dhu@chemimage.com> wrote in message news:zExcPI2ACHA.2072@webserver1.softwarefx.com...

> Can users set up this in Page Setup Dialog box or in Printer Dialog box ? Or

> I can only do this in my code ?

>

> "SoftwareFX Support" <support@softwarefx.com> wrote in message

> news:y2cgRn1ACHA.1448@webserver1.softwarefx.com...

> > Yes, simply do PrintIt -1,-1 to print only the current page.

> >

> > --

> > FP

> > Software FX, Inc.

> >

> >

>

>

Link to comment
Share on other sites

Thanks for sharing your experiences. They are very helpful.

"Bill Pfeifer" <billpfeifer@hotmail.com> wrote in message

news:WLbkKU3ACHA.1724@webserver1.softwarefx.com...

> You'll have to do it in your own code.

> Be aware that there's a bug that occasionally prints a page with totally

different coordinates

> than what is shown on the screen.

> If that happens in your program, make it a habit to look at "Print

Preview" before actually

> printing. "Print Preview" will always show what's going to be printed, if

that's what you

> wanted or not. Then if it's not right, simply undo zoom, then zoom again.

> I've been dealing with that for 2 years now. The last info I got from

Tech Support was:

>

> > This issue will be handled by the developers to fix in a coming service

pack.

> > Unfortunately I do not know the time schedule for the fix.

>

> "danqing" <dhu@chemimage.com> wrote in message

news:zExcPI2ACHA.2072@webserver1.softwarefx.com...

> > Can users set up this in Page Setup Dialog box or in Printer Dialog box

? Or

> > I can only do this in my code ?

> >

> > "SoftwareFX Support" <support@softwarefx.com> wrote in message

> > news:y2cgRn1ACHA.1448@webserver1.softwarefx.com...

> > > Yes, simply do PrintIt -1,-1 to print only the current page.

> > >

> > > --

> > > FP

> > > Software FX, Inc.

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...