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 bkrike 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 jags22

  1. jags22

    Updating Records

    Thanks guys but I don't think it will work with an Oracle database.
  2. jags22

    Updating Records

    Is there a way to find out how many records where just updated without writing a new query? Thanks...
  3. jags22

    Configuring LDAP in boe xi

    I will try it tomorrow. It hitting the ldap server but gives the error when I try to add a group. I was just trying cn=groupname and variations of that when I get the error. Thanks...
  4. jags22

    Configuring LDAP in boe xi

    Getting error when I try to add the a group to the Mapped LDAP Member Groups. The error is "The secLdap plugin failed to get the dn...". Any ideas?
  5. jags22

    DynaValidatorForm and request.setAttribute for html:options

    The request for counties is gone. Reload the list before you display it and you should be good.
  6. jags22

    message box with Yes/No

    Thanks... that's what I was afraid of.
  7. jags22

    message box with Yes/No

    Is there a way to open a message box and have Yes return turn and No return false? I know about the confirm but the user really wants Yes/No. It really needs to be javascript also. Any help is appreciated.
  8. jags22

    Using Update SQL

    Thanks, worked like a charm.
  9. jags22

    Using Update SQL

    Sheco, the return code is the output returned from the sql. Errors can be narrowed down by the return code. Thanks George, I will give it a shot.
  10. jags22

    Using Update SQL

    Actually, the return code will be 0 if updated and a -100 if it did not update and some other sql code if the sql is not valid.
  11. jags22

    Using Update SQL

    I am working with a DB2 database and ASP for a little web app. The problem is on an update, is there anyway to know if an update worked. I have to go and select on the new criteria to check right now but there has to be another way. DB2 will have a return code of 1 if it updated and 0 if it...
  12. jags22

    page refreshes to top

    damn, you're right, thanks...
  13. jags22

    page refreshes to top

    that's what i thought too, here is my code: <a href="#" onclick="fun(${count.count})"; return false;>use Preset</a> my compiler is giving me a warning that it doesn't recognize return as an attribute. I don't think it is finding the return false part, but i don't know why. it is a jsp and...
  14. jags22

    page refreshes to top

    I have a list of users on a page. I have a javascript that can preset some information to these users. Everytime I use the javascript(does what is supposed to do) but takes me to the top of the page. Is there an attribute or something that I can set to keep the focus where it is??? Thanks...
  15. jags22

    Populating presets

    Works like a champ. Thanks Jeff. P.S. ("hmmm... you get what you pay for"). You can put it on my tab.[2thumbsup]

Part and Inventory Search

Back
Top