View Full Version : Delete text from a text box on screen exit
Bokie
02-26-2003, 10:46 AM
I am working with a CBT project that the operator has to enter sample data and when the page exits I would like that data removed so the field is blank the next time the page is open. Also, can I validate the data entered?
Thanx
In whatever action or actions that you jump to a different page set the text to nothing:
EditFieldObject[EditField1].SetText ("")
As for validating the data, I'm not sure there is an automated way to do it. You could use another object Mouse Over or something along those lines to fire a validation script.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.