Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.databases.paradox    |    To crash or not to crash, asks Borland    |    9,834 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 8,369 of 9,834    |
|    Jerry Jaskowiak to All    |
|    Re: Extra Pages Printing on V 11 - Fixed    |
|    28 Mar 07 10:28:19    |
   
   From: absjerry@cs.com   
      
   The following worked:   
      
   Corel changed the print default from "printClipToWidth" to   
   "printOverflowPages" in Paradox 9. Try this:   
      
   var   
    printMe report   
    likeThis reportPrintInfo   
   endVar   
      
   likeThis.orient = printPortrait   
   likeThis.panelOptions = printClipToWidth   
      
   if printMe.open("MyReportName.rsl",winStyleHidden) then   
    printMe.print(likeThis)   
    printMe.close()   
   else   
    msgStop("Sorry!","Could not open report.")   
   endIf   
      
      
      
   I got it in pnews.paradox-programming   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca