User Profile

Collapse

Profile Sidebar

Collapse
snavebelac
snavebelac
Last Activity: Jan 14 '08, 01:11 PM
Joined: Jun 21 '07
Location: UK
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • You could try this (although I hope this system is not meant to be secure)

    Code:
    If strUsername = "admin" Or strUsername = "james" Or strUsername = "A" etc... then
        Response.Redirect("Trform.asp")
    ElseIf strUsername = "D" Or strUsername = "E" etc... Then
        Response.Redirect("someWhere_Else.asp")
    Else
        Response.Redirect("UserLogin.asp")
    ...
    See more | Go to post

    Leave a comment:


  • snavebelac
    replied to Formatting grouped results
    Try This...

    Code:
    <%
    Dim ar, CurrentDesigner, NextDesigner
    Dim sOutPut
    
    If Not RS_designerLetter.EOF Then
    ar = RS_designerLetter.GetRows
    
    Dim titles
    
    If isarray(ar) Then
    CurrentDesigner = ar(0,0)
    sOutPut = "<p><strong>" & CurrentDesigner & "</strong><br>"
    
    For i = 0 to ubound(ar,2)
    ...
    See more | Go to post

    Leave a comment:


  • Can you post some code - the form on the HTML page would be useful
    See more | Go to post

    Leave a comment:


  • I have done some more investigating and it appears it fails on any filename with more than 100 chracters in the full path.

    Anyone know a way to get round that?

    Cheers

    SB
    See more | Go to post

    Leave a comment:


  • textcopy binary transfer fails on certain files

    Hi everyone

    I have a system running on a 2 server environment. One server has the internal database (SQL SERVER 2000 with an MSAccess front end on the clients) and is not open to the internet. The other is just a web server, runs IIS6 and can communicate with SQL Server on the other box only - no direct access to files or anything else due to firewalls.

    I needed a system, whereby files (images docs pdfs etc) could...
    See more | Go to post
No activity results to display
Show More
Working...