Thanks again Molaker,
I am playing with it now to resolve some issues.
It seems to be populating a textbox with a record from dropdown but the dropdown box is not dropping down.
Can I ask you one additional question please.
If I wanted to change this slightly to say:
When I select a name from the dropdown list box, populate an input textbox with an ID associated with that name, if that ID exists, how difficult is this?
Thanks really very much (again) for all the help.
Assume for a moment that I have this code that dynamically populates a
dropdown listbox by querying the database(and this code works by the way),
how can I get this code populate an input textbox?
In other words, I want to select a value from this dropdown and populate an input textbox with...
hi Tarwn!
Once again, you managed to make it seem very easy with your comments.
I put together your piece with mine but I can't even see anything.
The screen is blank when I run it.
If have an extra second, can you please tell me where I messed up?
Thanks so much (again) for all you do...
Please, please tell me what the heck I am doing wrong.
I am trying to do accomplish 2 things here.
One, make the pictures appear on on 3 columns like:
column1 column2 column2
Almost like
<td></td> <td></td> <td></td>
So far it is...
It is working now.
Thanks Tarwn as usual for not only coming up with solutions but explaining the problems and possible solutions.
Your style makes asp very easy to understand.
DreXor, thanks for your input.
Most of all, special thanks to FateFirst for coming up with the original code.
Thanks to both of you again for all the assistance.
If I use the code with single quotes like this:
'"&bShow&"' I get this error:
Microsoft JET Database Engine (0x80040E07)
Data type mismatch in criteria expression.
If I use it without the single quotes like this:
"&bShow&" it will uncheck...
Great point Tarwn!
I was just coming back to say exactly that even though it works when you uncheck a box, it doesn't work when you attempt to check the box.
No Tarwn, I have tried your solution,
It is still not checking the box when you attempt to update the database by checking a previously...
I forgot to mention that the error occurs on my update code posted above.
With this code:
<tr>
<td>
<b><font color="ffffff">Printed: </font></b></td><td><input type="text" size="60" name="show" value="<%=RS("show")%>"></td>
</tr>
The update statement works but as I indicated earlier, it works...
hi Tony,
I am still getting the same error I was getting with the code I posted.
Microsoft JET Database Engine (0x80040E14)
Syntax error in UPDATE statement.
I created an update code that would update a boolean data type ( access db true/false) data type.
So far, this pair of scripts work:
on edit.asp:
<tr>
<td>
<b><font color="ffffff">Printed: </font></b></td><td><input type="text" size="60" name="show" value="<%=RS("show")%>"></td>
</tr>
on...
I have a bunch of images that I need to create a rollover for but I am wondering if there is a much simpler tutorial to follow in doing so in fireworks.
For instance,
I have a mouse-looking select image.
I want to give the user the ability to click the select image and leave them with the...
Chris,
You have got a good point about the image appearing differently from what it is intended if browser is not maximized.
However, when I tried your code, I am still having the same problem.
I had to refresh (Just like I do with my current code to align them correctly) unless I am doing it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.