Anuviel Posted May 2, 2008 Posted May 2, 2008 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.
comment Posted May 2, 2008 Posted May 2, 2008 How about: Set Field [ EmployeeCode ; EmployeeCode & Get (ScriptParameter) ]
Recommended Posts
This topic is 6050 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now