This topic is locked

Required Fields

2/15/2004 2:02:48 AM
ASPRunnerPro General questions
A
agarro author

I started evaluating this program today and I am quite impressed thus far.... However, I am having a trouble figuring out how to designate what is and what is not a required field. In step 9 or the process I have tried setting the "Edit As" field to "Text Field" then I click on the "Edit Format" cell and a dialog appears that has a box labeled "Required Field". I have compiled the pages with this box both checked and not checked, with the same result.... All the fields are required. It is highly probable that I have overlooked something as I couldn't find anyone else who has posted a similiar question. Any help on this matter would be greatly appreciated.

Sergey Kornilov admin 2/15/2004

Hi,
I guess you use MS Access database.
First of all you need to open your database in MS Access and open table in Design Mode. Go through all fields setting "Allow zero length" to 'Yes'.
Build ASP code with ASPRunner again. Currently ASPRunner settings are overwritten by database settings.
I hope this helps.