 Manreet
		
			Manreet
		
		
		
		
		
		
		
		
	
			03-14-2013 09:53 AM
Hi ,
I am wanting to scan a barcode from a scanner and I want that stored in a local. I used a message dialog box and tried passing the response string to my local but seems like the scanned value does not come up in that local but as a separate number by itself. How do I go about this?
Please help
 j_dodek
		
			j_dodek
		
		
		
		
		
		
		
		
	
			03-14-2013 04:28 PM
 ToddK
		
			ToddK
		
		
		
		
		
		
		
		
	
			03-15-2013 07:36 AM
Are you using the Message Popup Options to Enable Response Text Box and then using the Message Popup step's result response to save the post expression to your local variable? Please post your sequence.
Locals.YourBarcodeString = RunState.Sequence.Main["Message Popup Step Name"].Result.Response
 RaviShrigiri
		
			RaviShrigiri
		
		
		
		
		
		
		
		
	
			03-18-2013 01:30 AM
Refer this example:
\Examples\MessagePopupsGetUsersResponse.seq
 Angel22
		
			Angel22
		
		
		
		
		
		
		
		
	
			05-30-2013 02:33 PM
I think what you can do is to pass the value into a global variable so that any other sequence can read the value. If you pass the value to a local variable, it is stored only in that sequence and other sequences cannot have access to it. I had similar issue but I was able to resolve it. Let me know if you need further help.
Stan.