HI All,
Is there any way in which we can flush values from an active-x control on to our form controls like a text box.
My requirement is like this, I have a peripheral device like a Card Reader, I have some public variable in my Card Reader Active-X control, which gets the values when the user swipes the card. I need to populate these values onto my Form Controls. Right now I do it using javascript timeout, which looks to see whether the Active-X Variables has values, and if it has then I flush the variable values onto my form controls. Is there any way for me to get rid of the Javascript Timeout and flush the values from my Active-X control right onto my form controls straight away when the card is swiped.
Will it work if I have a public function in my active-x control which will set the values into my public variable, and then in my Web Page, have this event point to a javascript function which fills in my form controls.
I think I have not confused you guys with my explanation. Please help.
Thanks in Advance,
Joe.