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 strongm 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. kelele

    Securing pictures and non HTML documents

    I am somewhat new to jsp and I am working on creating a password protected site. So far I have been using the session object to secure HTML files. Each page on the secure site first looks to see if the "userName" attribute of the session object has been set before displaying anything. An...
  2. kelele

    Content-Disposition does not work

    I have a link to a word document that opens up the document when you click on it. However, I would like the user to be prompted to download with the usual download dialog box rather than have the document automatically open. I have done some research on using the...
  3. kelele

    Change a users permissions Programmatically

    Using NT folder permissions, is it possible to deny a user access to a folder, but allow the same user to run a program that can access the folder. I have a situation where certain data files (text files), need to be secured such that they are only modified through a specific program. The user...
  4. kelele

    Printing Embedded Graphics in Outlook

    I regularly receive e-mails with an embedded bmp graphic file. The graphic comes up on the scree but does not print. It prints an empty rectangle on the top left hand side of the page. I am running: - Outlook 2000 - Windows 2000 - HP 2200D Printer with LATEST drivers The same e-mail...
  5. kelele

    Join unmatched colums

    Please show me how to do this if at all possible. I have to tables with the following fields and data: TABLE1 UniqueID1 Tracking Description1 1 101 A 2 101 B 3 101 C TABLE2 UniqueID2 Tracking Description2 7...
  6. kelele

    Problem with Trusted Connection

    I have a peer to peer network with three computers. All are running MS 2000 O/S One acts as the server, hosting the SQL Server 7.0 database and the other two act as clients. The clients run MS Access applications with the tables linked in using an ODBC connection I created in the control...
  7. kelele

    HELP!!!!!

    Thanks linney. I'll go try this. kelele
  8. kelele

    HELP!!!!!

    I accidentally disabled all the user accounts in Windows XP. Now I'm locked out of my computer! After it boots up, it does not display any user names to select, like it usually did. When I press Ctrl-Alt-Del, it bring up the login window like in Win 2000, however none of my username-passoword...
  9. kelele

    Print Variables In Debug Window

    [bigglasses] I am building an elaborate error handling function to be used in a large Access Application. The function will be called from the error handlers of all other subs in the application, and uses the Err object as its sole argument. The error handlers primary purpose is to log...
  10. kelele

    Read / Access the function call list

    I am building a global Error_handler() function. The function is called in any procedure where an error occurs. How can I tell which module/ procedure called the Error_handler() function from within the Error_handler() by reading the function call list. I am trying to avoid having to pass...
  11. kelele

    Global Error Handler[/

    I have a fairly large VBA project built in Access. I was wondering if there was a way to make a global error handler for the whole project without having to use the On Error statement in all my procedures. thanks, kelele
  12. kelele

    Global On Error Statement

    I have a fairly large VBA project built in MSAccess. I was wondering if there was a way I could code a global error handler without having to write On Error Statements in each procedure. kelele

Part and Inventory Search

Back
Top