Help! Help! Will not work

J

Jim Wilson

Using the database interface wizard in Front Page 2003 I
built an editor to edit my records in my database, but it
seems that the update part will not work. Each time I
edit a recorded I get an error

Database Results Wizard Error
The operation failed. If this continues, please contact
your server administrator.

I also get the following error when I try running the
update page:

Error:'top.list.location' is null or not an object

The part I don't under stand is he place were this code
is stopping is Java Script that Front Page built when I
used the wizard to buld the pages.


<html>

<head>
<% ' FP_ASP -- ASP Automatically generated by a Frontpage
Component. Do not Edit.
FP_CharSet = "windows-1252"
FP_CodePage = 1252 %>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>ReportedOBF -- Updated Record</title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<body bgcolor="#FFFFFF">
<!--webbot bot="PurpleText" PREVIEW="-Important- If you
modify this Database Results region using the Database
Results Wizard, then your Database Editor will no longer
work. If you accidentally open the Database Results
Wizard, simply click Cancel to exit without regenerating
the Database Results region." -->

<script Language="JavaScript">
<!--
top.list.location.href = top.list.location.href;
// -->
</script>

Any Help????

Jim
 
F

+FarmerPickles

I think it means that in your update page, you have left a field blank. WIth
the update wizard page. You have to have something in EVERY space provided
Hope this helps
Jeff
 
J

Jim Wilson

I have some in every feild.

-----Original Message-----
I think it means that in your update page, you have left a field blank. WIth
the update wizard page. You have to have something in EVERY space provided
Hope this helps
Jeff





.
 
W

Wizard

OK, I have exactly the same problem. I get the same error message, it's a runtime error, and the database error. Everything else works fine.

Can anyone shed some light on this?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top