all groups > inetserver asp components > october 2004
Common Files DAO, ADO, System32
Posted by Jim Carlock at 10/22/2004 3:59:21 PM
What's the recommended way to determine if a file is
installed and registered?
I've tried to use Server.MapPath but that doesn't search
the system path, it only looks through the one specific
folder?
I want to find and check ADO and DAO as well as
determine what versions of system files ar... more >>
How to post data to a different domain and recieve a response
Posted by Julia at 10/20/2004 11:53:13 AM
Hi,
I have a web application running inside an organization
and I need to post some data to an asp page sitting outside the organization
How do I get failure or success error from the outside page?
currently I am using IFrame,but I wonder if I get 404(server down) how do I
know I go an er... more >>
Error Createobject()
Posted by José Carretero García at 10/18/2004 9:31:37 AM
Muchas gracias antes de nada
El problema que tengo es que necesito desde una pagina web en asp ejecutar
al aplicación Word en el cliente. Para ello uso este codigo en vbscript
<SCRIPT LANGUAGE=VBScript>
Set objWord = CreateObject("Word.Application")
objWord.Visible = true
objWord.Documents... more >>
A question about activeX control...
Posted by Joe at 10/17/2004 11:35:03 AM
Hi,
I have an .htm file which references an activeX control. The control itself
is inside the .cab file. In addition there is also a file with .mso file
extension. According to the developer this .mso file was created by MS word
and contains the graphic displayed by the activeX control.
... more >>
How do I use CDONTS.new to send an email with attachment?
Posted by jammer20002 NO[at]SPAM yahoo.co.uk at 10/17/2004 9:19:58 AM
Can someone give me some sample code to use CDONTS.new to send email
with an attachment?
I've got sample code from the following website;
http://msdn.microsoft.com/library/en-us/cdo/html/_denali_newmail_object_cdonts_library_.asp?frame=true
But, I'm having trouble GETTING the relevant fiel... more >>
CDO.Message ????????
Posted by REMOVETHISyabbadoo_2004 NO[at]SPAM hotmail.com at 10/14/2004 10:50:26 PM
using...
set cdo = createObject("CDO.Message")
cdo.To = "email@domain.com"
cdo.From = "name <anotheremail@domain.com>"
cdo.Subject = "Howdy!"
other parameters etc...
I want to do this with a list of addresses... I know I can...
set cdo = nothing
set cdo = createObject("CDO.Message")
... more >>
.NET DLL running in ASP
Posted by Scott Manning at 10/14/2004 9:44:11 AM
We have the following test VB.NET class file
Public Class create_cls
Public Function multiple(ByVal x As Int16, ByVal y As Int16) As
Int16
multiple = x * y
End Function
End Class
That was compiled to a DLL. In trying to call the control from an ASP
page we get an in... more >>
Server.CreateObject("MSWC.Tools") fails in Windows 2003 server?
Posted by bsmalik at 10/14/2004 4:05:03 AM
hello all,
I hope you all are fine and doing well. I'm finding this error when i do
Server.CreateObject("MSWC.Tools") in ASP using interdev. I have already
installed IIS resource kit and window 2003 server resource kit but the
problem persists. Please tell me how to get rid of this.
Than... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Checkbox - Data
Posted by The Corinthian at 10/13/2004 12:15:58 PM
Hi,
I am having real difficulty using Checkboxes.
I have SQL db which has several fields defined as bit datatypes and I am
trying to view the data in these fields in checkboxes with an ASP webform.
I also would like to be able to update the data in the bit field from the
form.
I have... more >>
open a web page with passed values
Posted by William Ortenberg at 10/12/2004 3:51:06 PM
Via ASP, I want to open a web page from a commercial site, and populate some
field values (name, address, etc.) on the page. Is this possible?
Thanks in advance.
... more >>
Type Mismatch When Set VB Com Property to Request Form Numeric Var
Posted by gf at 10/11/2004 10:57:01 AM
Hi,
We are moving existing, production ASP 2 and VB6 code from NT4/IIS4 to
Windows 2003/IIS6.
We get a Type Mismatch error when we try to assign a numeric sub-type
Variant value to a VB6 component property.
For example (where myCom is the VB6 component setup in a COM+ Package),
myCom.Zip = ... more >>
CDONTS sends internally but not externally
Posted by adam.hearne NO[at]SPAM yourinsurance.co.uk at 10/8/2004 3:48:25 AM
Hi guys,
We are connecting to a windows 2000 exchange server and using it to
relay emails sent from an ASP page. The IIS server which hosts the
ASP page is using its own SMTP virtual server to relay the email to
our exchange server via it being specified as the smart host. The
whole process... more >>
ASP Question
Posted by David at 10/7/2004 5:53:05 PM
hi!
What's is required to setup a ASP web server? and what software is needed to
do that? ... more >>
|