This topic is locked

force re-entry on edit page

9/24/2009 6:09:50 PM
ASPRunnerPro General questions
M
mfred author

I need to force some required fields to be blanked on the edit page so that users are forced to re-enter information. I was previously told to remove

"else

strValue = GetData(rs.Fields(sFieldName), FORMAT_NONE )"

For those fields when I was using 6.0. This worked. But 6.1 does not appear to use that same code.

J
Jane 9/25/2009

Hi,
use Edit page: Before display event on the Events tab for this purpose.

Here is a sample:

doArrayInArrayAssignment control_FieldName,"params","value",""