This topic is locked

Verify Form before save and Prefill edit form

1/28/2005 2:33:21 PM
ASPRunnerPro General questions
K
kevinl author

Hi,
First the add form, I need to verify one of the field against a column and make sure the value equal to at least one value in that column before allow user to save the data. Otherwise, new data will not show up because the "where" clause joinin two tables.
Second, I have some record that miss one column, when I try to edit it, it give me a blank screen like the add screen instead of let me edit the old record.
Please help.

Sergey Kornilov admin 1/30/2005

I would recommend to use drop-down boxes on the ADD page to protect users from entering values that are not in the database.
To help me answer your second question zip and send to support@xlinesoft.com the whole content of ASPRunner output folder ( ASP files, include files, database etc.) along with the project file. I'll find what's wrong running it on my test box.