Silver Bullet - Support Forum

Ranger => Canon Check Scanners => Topic started by: wcoleman on May 02, 2008, 10:22:33 AM

Title: How do I print tracking numbers on each document with the CR-series?
Post by: wcoleman on May 02, 2008, 10:22:33 AM
How do I print tracking numbers on each document with the CR-series?
Title: Re: How do I print tracking numbers on each document with the CR-series?
Post by: wcoleman on May 02, 2008, 10:23:00 AM
Your application can print and control tracking numbers on each document with CSN Notation in the TransportReadyToSetEndorsement event. Information about CSN notation and the OnTransportReadyToSetEndorsement event can be found in the Ranger Application Programmers' Guide. Use the following steps in order:

1.  Ensure that the rear endorser is enabled in the GenericOptions.ini file. You can manually edit the .ini files prior to starting the Ranger application, or the application can set the values at runtime from its OnTransportChangeOptionsState event handler (recommended) -

//Enable rear endorser.
Ranger.SetGenericOption("OptionalDevices", "NeedRearEndorser", "true");

2.  In the TransportReadyToSetEndorsement event handler set the desired fixed endorse text with the CSN Notation, "<CSN>", embedded anywhere in the endorse text -

//Set the fixed endorse text with page count special character embedded.
Ranger.SetFixedEndorseText(TransportRear, 1, " . . . <CSN> . . .");


Ranger® - The universal check scanner interface
Copyright © 2017 Silver Bullet Technology
www.sbullet.com