all groups > inetserver asp components > may 2005
Checking success/failure of sending CDO.Message
Posted by melissa.lombard NO[at]SPAM gmail.com at 5/31/2005 8:36:27 AM
Hi, I have been searching all over the internet and MSDN for a simple
answer and have found none...
I have some ASP/VbScript code (that I didn't write) to send an email
from a Win2k server:
--------------------------------------------------
set iMsg = CreateObject("CDO.Message")
iMsg.To = toEm... more >>
Expected end of statement
Posted by mallyonline at 5/30/2005 6:01:43 PM
Hi all,
This will be my 1st post on here!
i am trying to view a list of files within a folder on my server drive using
this bit of code.
<%
dim fs,fo,x
set fs=Server.CreateObject("Scripting.FileSystemObject")
set fo=fs.GetFolder("C:\Documents and Settings\local.myserever\Desktop\Share
fo... more >>
extracting dlls from cab
Posted by krisrajz at 5/27/2005 12:53:02 AM
Internet Component Download:
I've created cab file which must extract a list of dlls to the user's
machine. Since there is problem in extracting one of the dll file from the
cab rest of the other dlls that follows the problematic dll were not
extracted. What is the cause of not extracting c... more >>
ASP/ActiveX Error.
Posted by John Gabriel at 5/26/2005 6:40:16 AM
I have set up a website and am testing ASPs. I have created
a very simple ActiveX component with two interfaces:
AboutBox() - displays About details
calcpi() - returns 3.14159
Here is my configuration (All the most up to date versions
except for Visual C++):
Windows XP (... more >>
ASP response in Excel
Posted by Inge Larsson at 5/25/2005 7:17:55 AM
I need to resonse tabular data to the web client in the form of an Excel
spreadsheet, and it has to be formated with lines, colors etc. Is there any
recommended way of achieving this, whithout installing Excel on the web
server (and assuming Excel is installed on the client)?
Thanks,
Inge... more >>
asp.net custom server control not showing when dropped onto a web
Posted by SpencerW at 5/24/2005 12:27:11 PM
I've created a custom composite calendar server control in asp.net. I've
compiled the dll and added it to my toolbox, but when I drag and drop it onto
a web form, I don't see the control in the designer. All I can see is a tiny
little green arrow. It shows up in the property explorer for th... more >>
IIS hangs - asp calling vbcom object
Posted by nate at 5/20/2005 2:45:02 PM
when loading a page on the client browser the page only contains half the html.
it still looks like it is loading.
If I limit the number of loops of a dynamic table generation that is
occuring in the com object via response.write through context to be only 27
loops vs. 100 loops it works. It ... more >>
ASP - PDF annotation
Posted by Eilsa at 5/20/2005 12:00:00 AM
Does anyone know how to do the pdf annotation with ASP?
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
aspSmartImage HELP!
Posted by Jen at 5/16/2005 12:00:00 AM
Hi. I need to dynamically resize uploaded pictures to thumbnails. My isp has
the component "aspSmartImage" (http://www.aspsmart.com/aspsmartimage/)
installed on their servers.
I can't get this to work. Can anyone who has got this working give an
example on how to resize a (for example) pict... more >>
ASP Help Needed
Posted by Kaushik Mandal at 5/12/2005 8:48:17 AM
Hi
I need some help with the ASP . I need to know how to make Grand total
based on Dates . I have the sub total for the dates and like to make
grand total for same dates . Please see the example below
Date Sub Total Grand Total
04/25/2005 $34
0425/2005 ... more >>
asp include??
Posted by g_sharad NO[at]SPAM yahoo.com at 5/12/2005 4:18:02 AM
Hi
May be this problem is older, however i am not able to find a solution
THe problem ...
I have asp page file0.asp which calls another asp page thru include. I
have to set conditions tht....
originally the include should have file1.asp
In the displayed file file1.asp user selects a hy... more >>
Serverobjects AspMail Problem
Posted by Menolo at 5/12/2005 12:00:00 AM
Hi, my forms send fine, the email addresses receive the data, but it still
gives error after submitting;
"mail sent failure. Error was 503 bad sequence of commands. you must specify
the recipients of a message before you can send it"
this happens for all email addresses other than those wh... more >>
IIS ActiveX Control - No special fonts creatable
Posted by Jens Bohlmann at 5/12/2005 12:00:00 AM
Hy all
we have an iis active x control hosted on IIS 5.0 (W2K). One function
renders grafics into a temporary dc to build some custom images. We create
some special true-type-fonts with
ENV: WTL 7.1 -AX-Control build on VC++.NET 2003 without MFC
LOGFONT LogFont;
::memset(&LogFont,0,siz... more >>
Strange behaviour of ASP library
Posted by Marcin Zmyslowski at 5/9/2005 10:27:23 PM
Hello all!
I have installed the library, I mean extra component, which is called
"ASPSmartUpload". I use this component to upload gif files into the
server. Unfortunately I have noticed that file uploading only works for
Internet Explorer and Windows system. When my friend, who has unix
sys... more >>
How to register components with MTS
Posted by Razak at 5/4/2005 12:00:00 AM
Hi all,
How do I register FileSystemObject and ImageGlue component with MTS? Because
the files manipulated using ImageGlue & FSO need to be recorded in the
database. Without transactions, a lot of 'floating' files (without entry in
the database), and entries without the physical files left ... more >>
|