Copy link to clipboard
Copied
Hi,
First the BACKSTORY:
I created a database in myphpadmin and then created two tables within it.
Back in Dreamweaver, I created a couple of recordsets and that worked fine. BUT - when I tested a form I had created, I got a message in the Firefox window saying that a particular column could not have a null result. (This particular data was in the form as a pull down menu. There was no way to leave the thing blank, so how could there have been a null result)?
To correct this, I went back to myphpadmin and tinkered with the tables a bit by trying to imitate a database that seemed to work okay.
MAIN QUESTION:
Again I returned to Dreamweaver, where I deleted the original recordsets and tried to create them from scratch again. This time when I tried to close the recordset dialog box, I got this message: "TypeError: this.node has no properties."
Does anyone know what this is about? (Any help on the first issue in the "BACKSTORY" would be much appreciated too).
Thanks in advance,
Dave
Copy link to clipboard
Copied
I believe I answered my own question, though I'm not sure why it worked. If anyone has the same problem, maybe this will work for them too. I went into the server behaviors panel and deleted all the behaviors that seemed to be the result of my previous actions (which were all the behaviors there). This deleted code on the page as well. I hope this helps others.