Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by samflex

  1. samflex

    populating an input text box with a dropdown list box

    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.
  2. samflex

    populating an input text box with a dropdown list box

    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.
  3. samflex

    populating an input text box with a dropdown list box

    You are great, MoLaker! It is working real good. Thank you so very much!!!! I tell you, I can't think of a better more talented forum than this one.
  4. samflex

    populating an input text box with a dropdown list box

    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...
  5. samflex

    Please help, with table formatting

    That's it! It's working beautifully!! Thank you so very much. I am really learning from this forum.
  6. samflex

    Please help, with table formatting

    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...
  7. samflex

    Please help, with table formatting

    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...
  8. samflex

    Update via checkbox

    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.
  9. samflex

    Update via checkbox

    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...
  10. samflex

    Update via checkbox

    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...
  11. samflex

    Update via checkbox

    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...
  12. samflex

    Update via checkbox

    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.
  13. samflex

    Update via checkbox

    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...
  14. samflex

    Creating image rollovers

    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...
  15. samflex

    positioning one image over another

    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...

Part and Inventory Search

Back
Top