J
Joe B
FP2003
I used the database wizard to build a complete set of forms, database etc.
I can add records, list records, build lists for pages, and even delete
records (although I get the 'top.list.location' error below, it still
deletes them).
What I cannot do is update records. The edit.asp populates fine,
and the form for re-submitting the data is populated fine.
But when I push the update button which send the data to update.asp
it fails.
What I get as an error is
Line 18
error: 'top.list.location' is null or not an object
Setting the fpdbrgn1.inc debug line to true results in this error along with
the 'top.list.location' error above.
Database Results Wizard Error
Description: Syntax error in UPDATE statement.
Number: -2147217900 (0x80040E14)
Source: Microsoft JET Database Engine
One or more form fields were empty. You should provide default values for
all form fields that are used in the query.
This sounds a lot like the knowledge base article regarding ::timestamp::
I cannot find any reference to ::timestamp:: on my site that the KB
article talks about
All of the (known) fields do have default values.
Anybody have a clue??
Thanks
I used the database wizard to build a complete set of forms, database etc.
I can add records, list records, build lists for pages, and even delete
records (although I get the 'top.list.location' error below, it still
deletes them).
What I cannot do is update records. The edit.asp populates fine,
and the form for re-submitting the data is populated fine.
But when I push the update button which send the data to update.asp
it fails.
What I get as an error is
Line 18
error: 'top.list.location' is null or not an object
Setting the fpdbrgn1.inc debug line to true results in this error along with
the 'top.list.location' error above.
Database Results Wizard Error
Description: Syntax error in UPDATE statement.
Number: -2147217900 (0x80040E14)
Source: Microsoft JET Database Engine
One or more form fields were empty. You should provide default values for
all form fields that are used in the query.
This sounds a lot like the knowledge base article regarding ::timestamp::
I cannot find any reference to ::timestamp:: on my site that the KB
article talks about
All of the (known) fields do have default values.
Anybody have a clue??
Thanks