 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

September 29th, 2006, 04:02 AM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Beg DWMX 2004 CH12 progrm crashing pg 434
Hi there
Im halfway through Ch12. Ive done the repeating regions part on thr database, worked fine, went to next section pg433/4 Filtering categories, have completed that part, but when I run the page in IE it shows no events. When i go back to DW and try to put the site to update it before running in IE it comes up with an error and hangs the program.
Any Ideas?
Thanks
Ruth
|
|

September 30th, 2006, 08:23 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi Ruth,
Is the error reproducible? Does it crash every time you carry out the action?
Regarding the events: did you run the file changeDatesOfEvents.asp per the book's instructions to update the events in the database?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

October 2nd, 2006, 11:05 AM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Imar,
Thanks but I managed to cheat my way out of it by pasting in code that appeared to be missing from the download files at wrox.com
It seemed to work.
I hadnt noticed the comment on p457 about the "changeDatesofEvents.asp" probablly was still stuck on pge434.
So what I did to update the dates was alter them in Access.I did try that file you mentioned, but it wouldnt work at all. So I went back
to my updated version of the database.
The problem now is pg468 p15.When I try Inserting Dynamic table.I get the following: MM error no value given for 1 or more required parameters. apperaing in design mode, and this in code view:
<td>MM_ERROR:No value given for one or more required parameters. </td>
</tr>
<% While ((Repeat1__numRows <> 0) AND (NOT rsEvents.EOF)) %>
<tr>
<td><%=(rsEvents.Fields.Item("MM_ERROR:No value given for one or more required parameters.
").Value)%></td>
What is happening? Is it because I altered the database?
|
|

October 2nd, 2006, 01:50 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
It should make no difference at all if all you did was change the data in the database, not the table structure.
I must say I have never seen this before. Do you get any results when you Google for this error message? What version of DW are you using? Did you upgrade it with the latest service pack?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

October 2nd, 2006, 03:28 PM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
DW MX 2004 V7
I am just trying with google now. Am still stumped.
If all else fails I'll have to check back with the files from the download again. argh.
Ruth
|
|

October 3rd, 2006, 04:47 AM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
All ok now. Not sure if there was a typing error in my recordset event as well. The page refused to open in the browser even so, so I deleted the page and started the Show Events page from scratch.All working now.
thanks for the help.
Ruth
|
|

October 3rd, 2006, 01:42 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
You're welcome. Glad it's working now.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|
 |