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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by insipid1991

  1. insipid1991

    Changing the Monitor Type in the Display settings.

    Thanks. I found the drivers on Dell's site, but I had to do some deep searching for them. They don't make it intuitive when it comes to searching for them Thanks again.
  2. insipid1991

    Changing the Monitor Type in the Display settings.

    Most of our computers show a Monitor Type of "Plug and Play Monitor" in the Monitor tab of Display settings. We want that field not to read "Plug and Play Monitor" but rather to accurately the the type of monitor local to that desktop (i.e. Dell 1901FP, Dell P992, etc.) Is there any way to...
  3. insipid1991

    ADVAPI32.dll

    This message is popping up when Excel is started on a Windows 2000 Pro client: *************************************************** Microsoft Excel: EXCEL.exe - Entry Point Not Found The procedure entry point SaferCreateLevel could not be located in the dynamic link library ADVAPI32.dll...
  4. insipid1991

    Just wondering about Whistler..

    To answer question #1, the lsass.exe process is the Windows Local Security Authority Server Process. It handles Windows security mechanisms. It verifies the validity of user logons to your computer or server. Technically, the software generates the process that is responsible for authenticating...
  5. insipid1991

    XP Pro Remote Desktop

    Thanks for the input guys!
  6. insipid1991

    XP Pro Remote Desktop

    Am I able to log on to my home computer running Windows XP Pro through my work computer running Windows 2000? They are not on the same network, so I don't know how all that works. I do know I have to download a program on my work machine to connect remotely, but that's about as far as I get...
  7. insipid1991

    Records Counts in Tiers

    That's it! I incorporated your info with some research I did to come up with it. Thanks!
  8. insipid1991

    Records Counts in Tiers

    That's it! I incorporate your info with some research I did to come up with it. Thanks!
  9. insipid1991

    Records Counts in Tiers

    I need a report to show me the following output for client employee count: Employees # Clients % of Total 1-2 15 14.5% 3-5 24 23.3% 6-10 21 20.4% 11-20 28...
  10. insipid1991

    Count of Total Number of Rows

    Perfect! Thanks so much! Doug
  11. insipid1991

    Count of Total Number of Rows

    I am a user just returning to WebFOCUS after being away for 3 years, so please bear with me. I need help with getting a number of the total rows that are returned in a report. This is my current method: TABLE FILE EMPLOYEE PRINT LAST_NAME FIRST_NAME HIRE_DATE COMPUTE COUNTER/I6=1; BY...
  12. insipid1991

    Centering a Column Heading

    OK. I tiied this and it seemed to work: TABLE FILE .. PRINT .... ON TABLE SET STYLE * TYPE=TITLE, COLUMN=COLUMN3_NAME, JUSTIFY=CENTER, $ TYPE=TITLE, COLUMN=COLUMN5_NAME, JUSTIFY=CENTER, $ TYPE=TITLE, COLUMN=COLUMN7_NAME, JUSTIFY=CENTER, $ ENDSTYLE ON TABLE PCHOLD FORMAT EXL2K END Try that and...
  13. insipid1991

    Centering a Column Heading

    This worked for me in Excel 2000: TABLE FILE .. PRINT .... ON TABLE SET STYLE * TYPE=HEADING, LINE=3, OBJECT=TEXT, JUSTIFY=CENTER, $ TYPE=HEADING, LINE=5, OBJECT=TEXT, JUSTIFY=CENTER, $ TYPE=HEADING, LINE=7, OBJECT=TEXT, JUSTIFY=CENTER, $ ENDSTYLE ON TABLE PCHOLD FORMAT EXL2K END Hope this...
  14. insipid1991

    Column Spacing in PDF Reports

    You also may want to change the paper size to legal. This will, in the landscape format, give you 17 inches as opposed to 11. TYPE=REPORT, PAGESIZE=LEGAL, $

Part and Inventory Search

Back
Top