CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Object required: ''

Print topic Send  topic

Author Message
ekendricks
Posted: 04/10/2008, 6:02 PM

Using CCS 3.2.0.4
IIS Server - Ms Access - ASP

Get the following error even when creating a new site with one page. Have
attempted to create several sites with the same results. If there is a data
grid and I delete it the data grid, then the error doesn't appear. The database
connection works, as I can see the data using the Visual Query Builder.
----------------------------------------------------------
Microsoft VBScript runtime error '800a01a8'

Object required: ''

/PrayerRequest/Common.asp, line 61
-----------------------------------------------------------


51 CCSBr = "<br>"
52 CCSCheckedHTML = "CHECKED"
53 CCSSelected = "SELECTED"
54 CCSAmps = "&"
55 CCSUseAmps = False
56 End If
57 CCSAmps = "&"
58 CCSUseAmps = True
59 IsMutipartEncoding = False
60 If InStr(Request.ServerVariables("CONTENT_TYPE"), "multipart/form-data") >
0 And
And CCGetFromGet("ccsForm", "") <> "" Then
61 Set objUpload = new clsUploadControl
62 UploadedFilesCount = objUpload.FilesCount
63 IsMutipartEncoding = True
64 End If


Thanks for any assistance
---------------------------------------
Sent from YesSoftware forum
http://forums.yessoftware.com/
Chris__T


Posts: 339
Posted: 04/11/2008, 8:16 AM

on line 61, shouldn't it read: Set objUpload = new clsDBUploadControl

that would be your database connection name. Is UploadControl the name of your connection?
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.