User Profile

Collapse

Profile Sidebar

Collapse
tashy
tashy
Last Activity: Jun 18 '07, 10:56 AM
Joined: Oct 18 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tashy
    replied to Microsoft VBScript Runtime Error!!
    Microsoft VBScript compilation error '800a03f6'

    Expected 'End'

    /admin/content/pages.asp, line 143




    Current error.
    See more | Go to post

    Leave a comment:


  • tashy
    replied to Microsoft VBScript Runtime Error!!
    Now it gives this error:

    Microsoft VBScript compilation error '800a040f'

    Invalid 'exit' statement

    /admin/content/pages.asp, line 72

    If rsPages.eof then exit



    Did you say there was nothing wrong with line 7? That seems to be where the initial error came from.
    See more | Go to post

    Leave a comment:


  • tashy
    replied to Microsoft VBScript Runtime Error!!
    Thanks for the replies. Perhaps I didn't clarify myself very well. I've never written a code before. What I wanted to do was edit my website, when I got this error:

    Microsoft VBScript runtime error '800a001c'

    Out of stack space: 'Val'

    /admin/content/pages.asp, line 7

    Let me paste the folder in question, then perhaps you can tell me where I have to insert something.
    Here we go:
    ...
    See more | Go to post
    Last edited by Denburt; May 15 '07, 02:09 PM. Reason: Code Tags

    Leave a comment:


  • tashy
    started a topic Microsoft VBScript Runtime Error!!

    Microsoft VBScript Runtime Error!!

    Can anyone help in figuring out what is wrong with the script below:

    Code:
    For I = 0 To UBound(arrArray)
    If Val(arrArray(I)) = Val(varValue) Then
    Array_Exists = True
    Exit Function
    End If
    Next
    Array_Exists = False
    End Function
    The accompanying error is

    Microsoft VBScript runtime error '800a001c'

    Out of stack space: 'Val'

    Any info...
    See more | Go to post
    Last edited by Killer42; May 15 '07, 03:07 AM. Reason: Added [CODE] tag

  • tashy
    started a topic Runtime Error 800a100c!!!!!!!!

    Runtime Error 800a100c!!!!!!!!

    Can anyone help in figuring out what is wrong with the script below:

    For I = 0 To UBound(arrArray )
    If Val(arrArray(I) ) = Val(varValue) Then
    Array_Exists = True
    Exit Function
    End If
    Next
    Array_Exists = False
    End Function

    The accompanying error is

    Microsoft VBScript...
    See more | Go to post

  • tashy
    replied to How to alter or change column with ALTER TABLE
    Try this ALTER TABLE table name ALTER COLUMN column name data type NOT NULL


    By data type ,it could either be int,bit,etc
    See more | Go to post

    Leave a comment:


  • tashy
    started a topic modifying column 'ID'

    modifying column 'ID'

    I initially modified the column 'ID' from not allowing NULL to allow, and saved it. But now I will like to change it back to 'not allow'. But it gives me the following error message:

    'Pages' table
    - Unable to modify table.
    Cannot insert the value NULL into column 'ID', table <databasename>. Tmp_Pages'; column does not allow nulls. INSERT fails.
    The statement has been terminated.


    Is there a...
    See more | Go to post

  • tashy
    started a topic Somebody...anybody...i Need Assistance!!!!!!!

    Somebody...anybody...i Need Assistance!!!!!!!

    I REALLY NEED HELP HERE!!!!!!!!!!! !!!!!!!!!!!!!!! !!!
    I'm trying to upload images to a website, but i repeatedly get this error message server object error ‘ASP 0177: 800401f3’ Server. CreateObject Failed.

    /admin/texteditor/dialogs/image/folder.asp, line 35
    .
    Can anybody help me out?
    I will really appreciate it
    See more | Go to post

  • tashy
    started a topic I Need Serious Help Here!!!!!!!!!!!!!!!!!

    I Need Serious Help Here!!!!!!!!!!!!!!!!!

    I REALLY NEED HELP HERE!!!!!!!!!!! !!!!!!!!!!!!!!! !!!
    I'm trying to upload images to a website, but i repeatedly get this error message server object error ‘ASP 0177: 800401f3’ Server. CreateObject Failed.

    /admin/texteditor/dialogs/image/folder.asp, line 35
    .
    Can anybody help me out?
    I will really appreciate it
    See more | Go to post

  • tashy
    started a topic server object error ASP 0177 : 800401f3'

    server object error ASP 0177 : 800401f3'

    I REALLY NEED HELP HERE!!!!!!!!!!! !!!!!!!!!!!!!!! !!!
    I'm trying to upload images to a website, but i repeatedly get this error message server object error ‘ASP 0177: 800401f3’ Server. CreateObject Failed.

    /admin/texteditor/dialogs/image/folder.asp, line 35
    .
    Can anybody help me out?
    I will really appreciate it
    See more | Go to post
No activity results to display
Show More
Working...