S
|
Skynet 6/2/2005 |
The EMPTY value (field 3) what is the type of this value? Is a DATE VALUE?. If a DATE value the problem is becuase when your left empty this value ASPRunner don't assign NULL value until you modify the date. You can make a trick with this. Select any date, and after modify again using empty value. You will see that now works. This is because ASPRunner call to the function that assign date value after you updated. |
|
sparkg author 6/2/2005 |
All 3 fields are text fields. I fixed it by putting "0" in all null fields, did a SQL to update the database and made "0" the default value in the ASPR Add Record. |
S
|
Skynet 6/3/2005 |
Some bugs was fixed in version 3.2. I think that you can try if you get same error with new version. You muts generate complete project, don't use your actual 3.1 project. |