Page Index Toggle Pages: 1 2 [3]  Send Topic Send Topic Print Print
Very Hot Topic (More than 25 Replies) Envelopes from print spec (Read 10184 times)
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: Envelopes from print spec
Reply #30 - May 9th, 2005 at 3:52pm
Print Post Print Post  
Hello Spencer,

If "Envelopes" is not a valid name for a printer nothing would print. Other than that I do not see any obvious errors with the code that you posted, other than the missing curly brace but I believe that is just a copy/paste error.

If you put a WriteLn() statement in the If loop does the Writeln run?

ex
Code
Select All
 If @Askuser("You are about to print", @ResultSetTotal() + " envelopes","Do you want to do this?") Then
{
writeln("We're printing now!")
AlternateDefaultPrinter("Envelopes")
PrintPagePaper(30)
Newpage(950,412)
.......
.....
....
 



I believe your Mass Update question has already been answered

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
Page Index Toggle Pages: 1 2 [3] 
Send Topic Send Topic Print Print