T
|
thesofa 2/16/2007 |
I have a project with a dependent dropdown list but over the last 2 weeks in some cases the dependent value isn't being written to the database an instead a null field is filled. Any ideas?
|
J
|
Jane 2/16/2007 |
Graeme, |
G
|
gdude66 author 2/16/2007 |
Graeme, do you use default values or events on this page?
|
J
|
Jane 2/16/2007 |
Please publish your project on Demo Account and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a URL to your pages along with instructions on reproducing this error. |
M
|
mmponline 2/16/2007 |
I have a similar problem. I'm sure support will come up with a solution very soon. |
G
|
gdude66 author 2/16/2007 |
Please publish your project on Demo Account and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a URL to your pages along with instructions on reproducing this error. I'll find what's wrong with your project inspecting it at Demo account site.
global $conn; $strSQLExists = "select * from student where idstudent='$studentid'"; $rsExists = db_query($strSQLExists,$conn); $data=db_fetch_array($rsExists); $values["home group"]= $data["form group"]; $values["year level"] = $data["yearlev"];
|