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