Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Scorez2000
  • Content: Threads
  • Order by date
  1. Scorez2000

    Set variable to contents of a webpage

    This is following on from a post I made yesterday. I've only solved half the problem. All I need to do now, is get the contents of a file on te internet into a variable in my ASP page on my server. The web page on the internet is: http://www.mivan.com/jobs/jobsdumper.php3 So if, somehoe, I...
  2. Scorez2000

    Schedule download of a text file

    Hi All, just wondering if any of you gys could help me with this problem. It might be do-able with ASP. We have a windows 2000 wev server here. Everyday we log onto that web server, open a web page (www.xxxxx.com/jobs/job.php) and copy the text from the page and then paste it into a text file...
  3. Scorez2000

    Domain User name - Output to screen

    Hi All, On our intranet, I would like to have the user's name appear at the top right. We use a domain and the only people accessing the site should be people logged onto the domain. Classic ASP or ASP.NET will do. I just need to know how to pull the user's name or username from Active...
  4. Scorez2000

    Tapping into the Exchange database using Access

    I think the thread title says it all. Does anyone know how to do this? Also, is there a database structure dictionary?
  5. Scorez2000

    Are Distribution Lists being used?

    I've been given the task of tidying all our distribution lists as they are a complete mess. I've created all the new ones, but this has caused some duplication within certain departments. Is there a way of finding out how often, or even the last time a distribution list was used? Thanks in...
  6. Scorez2000

    Question about .Net and Active Directory

    Hi All, I've been given the task of writing a web application that pulls data from Active Directory. At present, I program in Classic ASP. Does the .Net framework have better connectivity to Active Directory? I guess what I'm asking is, would I better off starting the project in Classic ASP...
  7. Scorez2000

    Simple link question

    Ok, lets say I have an HTML file in a folder called myfolder on a site called www.mysite.com http://www.mysite.com/myfolder/document.htm What I want to do, is link to the root of the folder that the document is in. So that when clicked on, I go to: http://www.mysite.com/myfolder The thing...
  8. Scorez2000

    Show me all users not in certain distribution groups?

    Hi All, I've been given the task of re-arranging our mailing/distribution lists. I was hoping to breakdown the company structure in such a way that only the bottom level groups need to be populated. Then the users in those groups will filter up to the levels above. However, I'm afraid of...
  9. Scorez2000

    Date Format in ASP Pages

    Hi All, I am having one almighty problem with my web server. Sometimes, it isn't outputting dates correctly in ASP pages all the time. I have developed a few pages on my laptop and they all run fine, but once moved onto the web server, the months and date switch the wrong way round (american...
  10. Scorez2000

    Feeding records into a calendar table

    Hi All, I have a bunch of records in a database table. They are actually days book off work by employees. I have been outputting the results into straight forward tables, but users have been complaining that it isn't easy to read and is difficult to see when people are off. Are there any...
  11. Scorez2000

    Disabling HTML

    I'm putting together my own wee discussion board. You can view it at: http://www.club-nut.co.uk/discv1 Thing is, at present, users can use HTML, javascript etc. How do I disable this? I thought <pre>stuff</pre> would do the trick, but it seems I am wrong.
  12. Scorez2000

    Here's a real easy one for you guys

    I have a table called directory, and within this there is a field called AnnualBalance which is a number field. The primary key is employeeID. I want to run a query that adds 1 to one annualbalance where the employee number is 487. I'm doing this through ASP, so I was just going to read the...
  13. Scorez2000

    Form Validation: Form Always Submits

    I'm tring to write some validation for a form, but even when I get a pop up saying that the data input is not as required, the form still tries to submit. How do I stop this form submitting? http://www.club-nut.co.uk/testform2.asp Here is the code...
  14. Scorez2000

    Can my form Validation be improved

    Hi all. The method of form validation I use is client-side vbscript within my ASP application. Within the form, instead of having a submit button, I have a normal button. Then there's a vbscript that runs when the button is clicked. This all runs fine and works exactly how I want except for...
  15. Scorez2000

    Designing a forum: Ordering my topics

    Hi, I've started developing my new discussion board, nut I am having trouble ordering the list of topics. It's all very simple so far. I have 3 tables (users, threads and replies). The thread table contains the title of the thread, the contents of the first post and the date and time of the...
  16. Scorez2000

    Only return X number of records

    I'm writing my own first discussion board in ASP. I want to run a query to pull out the latest 20 threads. However, There may end up being thousands of threads in the database. Creating a query with 1000s of records will not be very efficient. Is it possible to order the records by date and...
  17. Scorez2000

    Need help with Sum Query

    I've been having trouble creating a query for a report. Here's a snippet of the raw data. Name---Cost--Assigned Wayne - 21 - Buisness Wayne - 33 - Personal Wayne - 25 - Personal Wayne - 55 - Business James - 10 - Personal James - 10 - Business james - 91 - Personal I would like to run a...
  18. Scorez2000

    ASP on Active Directory

    I've heard that you can write ASP pages that pull data from Active Directory. This would be much better than our current solution which is an Access Database. We need to enter details of every employee twice. Once in the AD and once on the Intranet. Does anyone know of any good books or online...
  19. Scorez2000

    Remaining Records Query

    I've been battling with access for the past hour trying to work this one out. The system has a list of users, and each user has been assigned a list of books each. Each user had to input a comment about each book. A user may have many books, but each book will only be read by one person. The...
  20. Scorez2000

    Having trouble creating a query

    I'll start by describing the system. I have two tables. The first one is a directory of users which has firstname, last name, phone number and password. The second table has callid, number called, duration, cost and assignment. Assignment is a field which will consisit of one of three values...

Part and Inventory Search

Back
Top