Hooknet wrote/ schreef:

> Thanks Mark, but the problem remains.
> 
> I'm using the following...
> 
> on mouseup
>   answer printer
>   if the result is empty then
>     print this card
>   end if
> end mouseup
> 
> for Mac which works fine. This is the same code that you suggest for Win.
> I've created a test stack and *still* can't change the orientation on the
> pag, and I know that its not just my machine.
This is not standard behaviour. With 'answer print' you get a 'page setup'
dialog, but usually one gets a 'print dialog' after clicking 'print' in an
app. So you should use this:

  on mouseup
    open printing with dialog
    if the result is empty then
      print this card
    end if
    close printing
  end mouseup

> The product is now on test with 10 of our consultants. The 2 with Macs said
> the print button works 'OK'. 4 of those with PC's have the same problem,
> when the orientation is changed in the Page Setup, MC seems to ignore it. (I
> guess the other 4 have yet to install the product).
> 
> So any suggestions ? Please.... anyone ....?
Well, if MetaCard ignores the Page Setup settings, this definitely is a bug.
I'd say: report it to <[EMAIL PROTECTED]>

In the meanwhile (I don't know whether this is of any use for you, but...) I
use the printfield stack from MC itself to print nice pages, which also are
neatly numbered etc. You can 'use' the stack in the attachment to use
printfield.

> Regards
> 
> Gary Rathbone
Groetjes,
Sjoerd

print.mc

Reply via email to