QUOTE(maj3091 @ 27 Mar, 2009 - 07:05 AM)

Hi,
Is it something you need to programmatically?
Normally you would append the carriage return in the scanner settings in the device (Scan suffix).
If it is programmatically, then could you not just append the carriage return to the text returned from the scanner in the ReadNotify event?
If you are already using the Symbol DLL's then you must be implementing something to get the text stream from the scanner.
Mark
Hi maj3091,
Thanks for your reply.Using the Symbol DLLs I am not getting where exactly to specify the Scan Suffix.
If you have some idea please suggest me.
In the ReadNotify event I am getting the scanned data but if I append carriage return to this data and assign it in
a TextBox some symbol(a square) appears in that TextBox(that is for carriage return \r ) . If I am wrong pls correct me.I need to fire Enter Keystroke after
the scan since I want to call some function on that event.