|
G
|
gdmacdo 2/6/2013 |
|
It could be a field from a joined table that is present in your page. |
|
|
H
|
heets author 2/6/2013 |
|
Thanks for your quick reply Greg Mac! |
|
|
G
|
gdmacdo 2/6/2013 |
|
Can you click on your Query page tab? Are you linked to any tables/views that you may not have security? Are one of the other table/view fields on the Edit page in question? |
|
|
H
|
heets author 2/6/2013 |
|
Another good thought but it is a straight Select from a single table. |
|
|
G
|
gdmacdo 2/6/2013 |
|
My only other thoughts is a field size is too small or field type is invalid. Do you have any events that might be conflicting? |
|
|
H
|
heets author 2/6/2013 |
|
Thanks for your ideas but the only events I have in place are specific to the list pages and they swap out versions of static text based on the language selected. |
|
|
G
|
gdmacdo 2/6/2013 |
|
Can you copy and paste the exact error message? Did you verify the field sizes are large enough to contain the entered text? What type of database are you using? |
|
|
|
Sergey Kornilov admin 2/6/2013 |
|
You need to troubleshoot your application. The obvious place to start is to enable SQL debugging and to figure out what SQL query is executed. Once you get a hold of SQL query you can run it manually: http://xlinesoft.com/asprunnerpro/docs/debugging_tips.htm |
|
|
H
|
heets author 2/6/2013 |
|
Error message: <<< Record was NOT edited >>> |
|