donsafar
Posts: 90
|
| Posted: 12/01/2005, 12:15 PM |
|
Code Charge Studio 3.0.1.5
I am getting http 500.100 error on asp page. I have a standard search/grid and record form. When I click on the link for the record form, it displays ok. When I submit or cancel, etc it returns to the calling page leaving a question mark in the url (i.e. htttp://mysite.com/ICG_Users_Admin.asp?). I have the record form setup to remove the UsersID parameter that is passed to it. If I manually remove the question mark, the search and grid display. The error display is as follows:
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Microsoft VBScript runtime (0x800A01C2)
Wrong number of arguments or invalid property assignment: 'CCCreateButton'
/IRMNew/html/ICG/ICG_Users_Admin.asp, line 169
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)
Page:
GET /IRMNew/html/ICG/ICG_Users_Admin.asp
Line 169 contains
OperationMode = Split(CCGetFromGet("ccsForm", Empty), ":")
_________________
Don Safar
|
 |
 |
|