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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bdc1
  • Order by date
  1. bdc1

    SendMail with Attachment

    I have run into some problems trying to e-mail Excel documents from within a DTS package. Everytime I try to use SendMail with an attachement as part of a package with multiple steps, it fails with the error "MAPI error: could not open attached file". The odd thing is, if I'm in DTS designer...
  2. bdc1

    use getAttribute to get row ID

    Tsuji, That worked great with one modification so that I could get a comma delimited list of the ids: idList.setAttribute("value",document.form1.txtList.value + ',' + obj.parentNode.parentNode.getAttribute("id")); Thanks!
  3. bdc1

    use getAttribute to get row ID

    Still not getting this to work.. RTomes & BillyRayPreachersSon: The row id's are not static, but are set to the record id from database so they will be different each time the page is loaded. The scenario is that this page could load with between 5 and 80 records. The user may update one or...
  4. bdc1

    use getAttribute to get row ID

    I'm trying to capture the row ID of a table when a user makes a change to the value of a form element. The row id is set to the the unique ID from the database table. (Eventually I want to append each row ID to the value of a hidden form field that will be processed server-side so that only...
  5. bdc1

    db_owner role can't manage users/roles?

    Sorry - I realized this morning that I had posted this in the wrong forum.
  6. bdc1

    db_owner role can't manage users/roles?

    From my original post: They are also members of the securityadmin server role. They have logged in and out of windows numerous times since being added to the db_owner group as this occurred several months ago. It's only been recently that they have needed to take over active management of...
  7. bdc1

    members of db_owner can't manage roles/users?

    I seem to be having trouble understanding how the db_owner role works. It doesn't seem hard, as the documentation says that users assigned to this role have all permissions in the database. I have two people assigned to this and they can do everything except manage users and roles. For...
  8. bdc1

    db_owner role can't manage users/roles?

    I seem to be having trouble understanding how the db_owner role works. It doesn't seem hard, as all of the documentation says that users assigned to this role have all permissions in the database. I have two people assigned to this and they can do everything except manage users and roles. For...
  9. bdc1

    recordset(?) problem

    TwoOdd gets a star for this because it made me think and look at other things in the code for this page that might be causing the problem. Sure enough, once again a victim of "recycling" pages developed for other purposes - there was an include file referenced on these pages that prevented...
  10. bdc1

    recordset(?) problem

    That doesn't seem to be it either as I have action = "". I did this purposefully as I will eventually have more than one button in this form. The submit button that I have currently will ultimately be used to first update records in the database and then redirect to another page. I just put...
  11. bdc1

    recordset(?) problem

    I tried both of these suggestions, with no luck. It's interesting that DreamweaverMX writes the vbscript with + to concatenate instead of &. I'll have to go back and change this on a lot of pages I guess, but right now it is not causing any problems.
  12. bdc1

    recordset(?) problem

    I am working on a set of pages where a user searches for records over a range of dates, and then they can select a sub-set of those records to be exported to excel. So far I have the date range search set up on one page - I'll call it search.asp. It's pretty simple - a form with two text boxes...

Part and Inventory Search

Back
Top