Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: SaveStatusEvent
Started by reddy at 03-28-2008 18:39. Topic has 3 replies.

Print Search « Previous Thread
  03-28-2008, 18:39
reddy is not online. Last active: 5/9/2008 4:12:43 PM reddy

Top 500 Posts
Joined on 03-06-2008
Posts 10
SaveStatusEvent
Reply Quote
Does the savestatusevent work for task printer. Is there any event to show a message after the file is saved ?....could anyone plz help(with examples)..

thanks,
reddy
   Report 
  03-30-2008, 10:34
Adam Boulad is not online. Last active: 6/22/2008 2:09:06 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 335
Re: SaveStatusEvent
Reply Quote

Reddy,
Yes, the event should work for Task printers.

You can use the SaveStatusEvent to give status for each file being saved, or you could use the JobInfoEvent event to give status for every print job as it is started or ended. For more information and a small sample code, please refer to the ePrint 5 COM Object help file.


Adam Boulad
LEADTOOLS Technical Support

   Report 
  04-03-2008, 15:11
reddy is not online. Last active: 5/9/2008 4:12:43 PM reddy

Top 500 Posts
Joined on 03-06-2008
Posts 10
Re: SaveStatusEvent
Reply Quote
Is this the right code for the savestatus event

Private Sub ePrint1_SaveStatusEvent(ByVal PrinterName As String, ByVal FileName As String, ByVal nErrorCode As Short) Handles ePrint1.SaveStatusEvent

I am using this and it doesnt work....

thanks,
reddy
   Report 
  04-06-2008, 12:13
Adam Boulad is not online. Last active: 6/22/2008 2:09:06 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 335
Re: SaveStatusEvent
Reply Quote

Reddy,

It should work with .NET. Did you enable the events? For more information on how to enable events, please refer to the help topic 'Enable or Disable using Events'.

If you can't get it to work, put your code in a very small sample project (not your full application) that isolates the problem in a ZIP or RAR file.

You can either attach the project here or send it to support@leadtools.com and mention this post.

If you attach the project here, make sure that you do not include any unlock keys and do not hit preview when attaching.
Adam Boulad
LEADTOOLS Technical Support

   Report 
Post
LEAD Support Fo... » Developer » ePrint API » Re: SaveStatusEvent

Powered by Community Server, by Telligent Systems