Barcode Scanning into fields of phprunner | 
	
									
	5/12/2016 19:07:05 | |
| PHPRunner General questions | ||
| 
	 
		
 F 
	 
		
fullfusion author
	 
		
Hi Sergey, 
 function OnPageLoad(pageObj,pageid,proxy,inlineRow)
  | 
	
									
	||
| 
 
 A 
 | 
						 
							aalekizoglou 5/13/2016 | 
| 
 
 Hi Sergey, On this post: http://www.asprunner...dpostp68969 You recommended to use this code: 
 function OnPageLoad(pageObj,pageid,proxy,inlineRow)
 
 
  | 
											|
| 
 
 F 
 | 
						 
							fullfusion author 5/13/2016 | 
| 
 
 Just to help I have done a lot of barcode scanning web applications and have developed a javascript framework, to work with. The main idea is: 
 
  | 
											|
| 
 
 F 
 | 
						 
							fullfusion author 5/13/2016 | 
| 
 
 I just noticed with the following code in the Javascript onload event of Add pages it works on the PC via a keyboard when i click enter. It saves the record. $(document).keyup(function(e) {
  | 
											|
| 
 
 A 
 | 
						 
							aalekizoglou 5/24/2016 | 
| 
 
 I just noticed with the following code in the Javascript onload event of Add pages it works on the PC via a keyboard when i click enter. It saves the record. But with the barcode scanner it does not work in PHPrunner 8(scanner is programmed to Carriage Return) Just to prove the scanner is working; i tested it by scanning into a notes doc in iPad and it works correctly. $(document).keyup(function(e) {
 
 $(document).keyup(function(e) {
  | 
											|