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: *

  1. dlongnecker

    SPS 2003 - Searching - Hiding Document Lists

    Is there a way to hide the "List Items" from being searched in a specific site? In one of our sites, there the document library structure has folders that are very close to the names of the documents they contain. When searching for a document, it displays all of the "list items" first and...
  2. dlongnecker

    Looping Through Record "Categories" Based on Another Table

    I'll try to draw this out the best I can. I have two tables, discipline (reading, math, writing, etc) and the actual information table. I want to do a loop through the information table that looks all of the records, determines the dicipline and "groups" them together when it displays...
  3. dlongnecker

    Active Directory Query Works on IIS6, not IIS5

    After developing for quite some time on IIS 5.1 (Windows XP)/MDAC 2.8, I started moving my webs over to a Windows 2000 Advanced Server/MDAC 2.8; however, those pages that queried Active Directory gave me the evil '80004005' error (Unknown error). I've moved a few to a 2003 Server and they work...
  4. dlongnecker

    Select Case Through a Range?

    Background: I have 5 pages of matricies for percentile rankings based on age in months that, unfortunately, has no mathematical calculation--it's just matching one score to another. Ex. if a 36 month old got a score of 10, they have a percentile of 10, etc.. I have individuals inputting the...
  5. dlongnecker

    SPS2003 MySite & Site-wide Templates

    Product: SPS 2003 Has any ever tired to create a site-wide template, but make it available to MySite users? I've created a template for a project task list... works great for the "sites" under the portal; however, users would like to be able to use it on their MySites; however, it doesn't show...
  6. dlongnecker

    Audiences & Gatherer Log for Profiles Spits out 0x8004400c

    Hmm, wow, being sick does mess with the mind.. I thought I posted this last week, but don't see it. Reposting! ---- I've started setting up our primary distribution/security groups as audiences and tied the profiles to our domain to pull in the thousands of users we have in our domain...
  7. dlongnecker

    Exchange Web Parts ~ Can they autopopulate?

    And the trials continue! We've preparing to release our portal site to our first beta audience and one of the main concerns is that users do not know and, most likely, could not figure out, how to fill out the Exchange web parts... It just asks for a server/folder (mail/exchange) and their...
  8. dlongnecker

    Change Main Site's Help Link

    Good morning! After a bit of time digging through the forums and the web, I've managed to change all of the ONET.XML files' Help link from the default to my new, custom link; however, those changes didn't propergate to the main pages and the portal site itself. The main site homepages still...
  9. dlongnecker

    Cross-Compare from Excel to Active Directory

    We're currently using SharePoint to administer surveys to our user base; however, we're given only the user's NTLM display name and nothing else. I'd like to take the CSV export, read each line into an array, and do a lookup against AD for the department and username of that user, then export...
  10. dlongnecker

    Cross-Reference Active Directory to Survey Results

    I've put out a survey to our users and, since we're tied to AD, it'll pull in their display name when they submit the survey results; however, is there a way I can pull out other information, such as office or department? I'm expecting hundreds of results for this survey and do not want to...
  11. dlongnecker

    Creating Text Box Matrix in Survey and/or Custom Survey Component?

    I'm attempting to create a survey on SPS 2003; however, the options I have available to not match the requirements for the customer's request--a matrix of text responses. One of the questions, I was able to use the matrix feature because it was a, as SPS calls it, a rating scale; however, I need...
  12. dlongnecker

    SPS 2003, MsSSO, and New Browser Windows

    Greetings all! We've recently implemented SPS2003 and MsSSO to help combat the dozens of web-based applications and passwords our users are forced to remember. In the process, we've found that SPS's default to open all links in the "_parent" rather than in a new window is hurting our...
  13. dlongnecker

    Customize Web Part Zones in SPS2003

    All- Is there a slick way to change the number and location of WebPart zones on a page? For example, I need some pages to have 1 full and 2 half width web pages underneath it... but can't seem to change it.... ideas? I don't want to create entire new web part pages because a few of these are...
  14. dlongnecker

    Split Large .MDF File into Separate Files/Locations

    Hello! I've recently been brought onto a project where their existing database is a 18GB monster located on a single hard drive. As expected, the performance of the application is horrible. I would like, for management and performance's sake, to split the database up into multiple 4.0GB files...
  15. dlongnecker

    Do Loop Until Pulling Blank Entry

    Hello! I'm trying to build a helper application for me and work on some ASP.NET skills at the same time. I frequently build forms, surveys, etc. in ASP and am trying to avoid the repetition of creating the variable, cleaning up the data, and creating the SQL statement for each project. I...
  16. dlongnecker

    Pull Data, Manipulate, and Paste to New Sheet?

    As I attempt to familiarize myself with Excel’s VBA functionalities, I’ve been working on a “pseudo” spreadsheet before I apply it to a working case (out of one of our Excel trainer's books) in my organization. I am attempting to create an automated sheet that will allow us to take information...
  17. dlongnecker

    Using Select Expert "if contains" from parameter

    I've been tasked with creating a dynamic report that can prompt the user (with a parameter field) for a free form word or phrase then search a single database field for that variable. I've gone through the forum and documentation, but I can't find (or don't know what it's called) the keyword...
  18. dlongnecker

    Finding Ranges in DATETIME fields

    I've been given the task of taking one of our existing bases and pulling querying information with a parameter on a DATETIME field. The situation is as: If a user performs an action in {?timerange}, then count (or limit the provided results in the report). I want my end user to be able to...
  19. dlongnecker

    Checking records by date and by age.

    I'm trying to create a report that will check to see if a work order is open (CLoSeD DATE = "") and if the OPEN DATE is less that 7, 8-14, and 21 days and more. Below is the formula that I started working with, but the results vary and I'm not sure how to proceed. The numbers aren't...
  20. dlongnecker

    HOWTO? : DB Maintenance Mode and Single-User Mode

    I'm quite new to SQL and have been winging it since our new server was installed on getting it configured and optimized. I'm currently stuck on the maintenance and single-user modes. Most of my maintenance tasks are failing because it's not in single user mode. How do I automatically drop it...

Part and Inventory Search

Back
Top