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 TouchToneTommy 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 wildsharkuk

  1. wildsharkuk

    How to check Outlook Appointment Conflicts

    Hi All, I'm working on a project at work to reference a shared appointment calendar (outlook 2003)from Access 2003 and wanted to know if I can check to see appointments for a specified time & date from Access. The outlook references exchange server. If anybody has any sample code it would be...
  2. wildsharkuk

    how do I populate a hierarchial vb2005 menustrip from a database

    hi, I'm currently starting development on a database application, I wish to populate the menustrip of menuitems stored in a database. Each user who will log in will have different access rights to differnt menuitems eg user a will see: [ul square] item A [ul circle] item A1 item A2...
  3. wildsharkuk

    SQL Server 2005 Retrieve Novell Users

    Hi, Is there any way to retrieve a list of Users for a Novell Network. I have SQL Server 2005 Express Edition on a Windows XP Machine with SP2 installed and Novell Network Client Installed. I want to be able to login to SQL Server using Windows authentication and get a list of Network Users...
  4. wildsharkuk

    XP STLYE ON NOVELL NETWORK

    Hi all, I'm trying to create an application that forces the UI to be in the Windows XP Style. Unfortunately the network is Novell and the XP style is disabled by default. Is there any way to force the application to display in the XP Style? My system is Windows XP SP2 Novell Client SP1...
  5. wildsharkuk

    VERIFY NOVELL USERNAME AND PASSWORD

    Hi hwkranger, Thanks for your input. I understand what you are saying about users using each others machines. As stated previously, I don't want to manually recreate and maintain User information that is already stored in Novells equivalent to Active Directory. I don't always work on site and...
  6. wildsharkuk

    VERIFY NOVELL USERNAME AND PASSWORD

    Hi CWestII, Thanks for your response. Rather than having a table which I would have to maintain, could I verify the User Name & Password against the Novell Network Username and Password - Apologies don't know what it's called in Novell but similar to verification of Windows Username and...
  7. wildsharkuk

    VERIFY NOVELL USERNAME AND PASSWORD

    Hi all, I wish to develop a small access database with the functionality for the user to login using his Novell Username and Password as the information contained will be confidential. Is there any API calls I can make on the Login Form I design to verify the current logged in user and...
  8. wildsharkuk

    SQL Server Express 2005 Setup Problems

    Hi, Just couldn't remember the error when I got home, so did a google search. Sorry the error is Error:2147749891 (0x80041003). Looking at the WMI Control on the General tab in the Computer Management Console it shows the following: Failed to initialize all required WMI classes...
  9. wildsharkuk

    Validate User using Novell NDS

    Hi Flippertje, I've left this for the time being as working on other functions within the application. Will come back to this is I get a response, otherwise just write it off. Cheers wildsharkuk
  10. wildsharkuk

    SQL Server Express 2005 Setup Problems

    Hi all, I'm trying to install SQL Server Express Edition 2005 on my work PC (Windows XP Pro SP2 + Novell Network). I am having a real nitemare setting it up. I receive the following error message just after installing the Native Client + Setup files. "The Sql Server system Configuration...
  11. wildsharkuk

    Retrieve Hierarchial Data

    Apologies for delay, been a meeting all morning. to all thanks for your rapid response, the code works a treat thankyou very much. regards wildsharkuk
  12. wildsharkuk

    Retrieve Hierarchial Data

    Hi I have a Hierarchial table with user_id + user_parent_id and would like to know how to retrieve / show only the bottom most child eg Dave | +--Steve | +--Mark | +--Paul | +--Carl so would need to return Mark and Carl as these are the...
  13. wildsharkuk

    Validate User using Novell NDS

    Hi, I'm writing an access user verification tool and would like to know how to validate a user account using Novell NDS. Any help would be appreciated. Thanks in anticipation Wildsharkuk
  14. wildsharkuk

    Create Data Copy App/Service

    thanks guys, i'll investigate both these methods and let you know. thanks again. wildsharkuk
  15. wildsharkuk

    Create Data Copy App/Service

    Hi, I'm fairly new to programming and would like to create an app/service using vb that will reside on a server and at scheduled times run a module that will copy certain tables from a networked oracle database to a local access database that will sit on a local users machine (these machines...

Part and Inventory Search

Back
Top