Normal Topic AlternateDefaultPinter ( ) with @PrintAForm ( ) (Read 835 times)
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
AlternateDefaultPinter ( ) with @PrintAForm ( )
Jul 23rd, 2008 at 4:55am
Print Post Print Post  
I thought AlternateDefaultPrinter ( ) command will work with any Sesame's internal commands. Does it only Work with @PrintString ( )??

var vResult as Int


AlternateDefaultPrinter("Samsung ML-2850 Series")
vResult = @PrintAform (Print_Singular, Print_No_Background, Print_Orientation_Portrait, Print_No_Dialog, Print_Paper_Letter, 0, 0, 0, 0, 1, 1)
RestoreDefaultPrinter ( )


The above is not working. It still prints out on the Default Printer. Any Suggestion?
  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: AlternateDefaultPinter ( ) with @PrintAForm (
Reply #1 - Jul 23rd, 2008 at 1:47pm
Print Post Print Post  
AlternateDefaultPrinter is only for the Printstring family of commands.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged