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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macro print problem using Lotus v9.7

Status
Not open for further replies.

wendymason

IS-IT--Management
Mar 24, 2004
6
GB
Thanks crazybird, that solved the problem. Can you take a look at this:
{IF SUBTOTAL=0}{BEEP}{QUIT}
{GOTO}FIRSTNAME~
{WINDOWSOFF}{PANELOFF}
/wgpd
/rvRECCOUNT~LOOPCOUNT~
{ALERT "When the printer is ready press [OK] to proceed ",,"note",READY}~
REPEAT /rncSURNAME~~
/cSURNAME~ID~
{GOTO}SURNAME~
/rndSURNAME~~
{DOWN}
{SET "print-range";"invoice"}
{SET "print-margin-left";0.5}
{SET "print-margin-right";0.5}
{SET "print-margin-top";0.5}
{SET "print-margin-bottom";0.5}
{SET "print-orientation";"portrait"}
{PRINT}
{WAIT @NOW+@TIME(0,0,5)}
{LET LOOPCOUNT,LOOPCOUNT-1}~
{IF LOOPCOUNT>0}{BRANCH REPEAT}
/wgpe
{WINDOWSON}{PANELON}
{QUIT}

This macro should print out a series of invoices, however, the first invoice does not print out at all and the subsequent invoices are only partially printed. Can you help?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top