May 2, 200817 yr I have a Time Card solution that works nicely. What I need is an input system for a touch screen computer, no mouse and no keyboard. The setup that I would like would look like this (interface is already done). When an employee needs to punch in they would hit a button labeled IN. New window pops-up with 10 buttons set up (1 through 9 plus 0). They would then key-in their employee code (let's say 1549) and a new record is made with two fields. Employee code (the one they put in) and a time stamp. Everything works nicely except that I cannot get the employee code passed into the field. I tried creating a variable with a calculation of $$Get(ScriptParameter) - each button would have a script parameter of 1, 2, 3 and so on - and then I put insert calculated result into a Code field but the result always equals to only one button. IE, I cannot get 1502, I get 1 or 5 or 0 or 2. I also tried setting the field auto-enter options to itself and replace and not replace the values but it does not work. Basically what I am asking is how can I pass (combine) values to one field initiated from different buttons. Any info appreciated.
Create an account or sign in to comment