unwanted keypresses
Posted: Thu Jul 31, 2008 6:49 pm
Im creating a learning program where the user studies some key terms and their definitions and then is tested on their memory for that question. On the study card, they are simply presented the materials. on the test card they are presented they key term and a response field. My problem is that, any accidental key presses that occur on the study card show up in the response field of the next card.
I have tried several measures to prevent this from happening, including setting the locktext to true,selecting empty, trapping keypresses in the response field, but these key presses from the previous card keep showing up.
When the test card is opened, I do the typical but those bastards keep getting put into the field.
Any ideas? I'm out.
Thanks a bunch,
Phil
I have tried several measures to prevent this from happening, including setting the locktext to true,selecting empty, trapping keypresses in the response field, but these key presses from the previous card keep showing up.
When the test card is opened, I do the typical
Code: Select all
select text of fld response
put empty into fld response
Any ideas? I'm out.
Thanks a bunch,
Phil