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: bluecrush
  • Content: Threads
  • Order by date
  1. bluecrush

    JNDI, Servlets and SSL won't authenticate

    Greetings, I am attempting to create a login servlet that will authenticate against LDAP. Unfortunately, I'm getting the following when I try to connect: javax.naming.AuthenticationException: [LDAP: error code 32 - NDS error: no such entry (-601)] at...
  2. bluecrush

    Unable to view existing databases on remote host

    Hey all, I am reposting this question from the PHP forum since I think I've run up against a MySQL privileges problem. But read on and maybe you can point me in the right direction! I've been trying to track down an answer to this for a couple of days now without success. I have a website...
  3. bluecrush

    phpMyAdmin says "No databases" -- WRONG!

    Hey all, I've been trying to track down an answer to this for a couple of days now without success. I'm hoping someone here can point me in the right direction. I have a website hosted by netINS.net which has MySQL but no database admin interface. [ponder] So, I checked with them to make sure...
  4. bluecrush

    Class inheritance on actionform property object array

    I have an actionform with a property that is a vector of objects which extend a superclass. I am having difficulty accessing the properties of the child class (objects in the vector) which are inherited from the superclass. My question is, do the inherited properties have to have the getter...
  5. bluecrush

    BAD_POOL_CALLER caused by fried modem?

    I have a Sony Vaio PCG-F590 notebook which I am trying to upgrade to Win XP Pro. It currently has Win98 on it. I upgraded it once a while back without a hitch, but now I get to the point where it's "Installing Devices" and I get the BAD_POOL_CALLER blue screen of death. I've followed Sony's...
  6. bluecrush

    BAD_POOL_CALLER on clean install

    Help! I'm trying to install XP Pro onto my Sony Vaio notebook (PCG-F590). I originally had Win98 on it and upgraded to XP Pro...then, for reasons I can't remember, I reinstalled 98 [ponder] . Anyway, like I said, it's a clean install...I've repartitioned and reformated the HD. It makes it to...
  7. bluecrush

    View Unread Mail

    I'm trying to create a view in Notes R5 that displays only unread mail. Is this possible? If so, how do I go about it? I've got the view in design mode and under the view object there is a "View Selection" method that I'm assuming should define which docs to view. I'm just unsure how to...
  8. bluecrush

    Across network, where does SetRegKeyValue write?

    I was wondering if someone can verify or refute my understanding: I have an app that resides on Computer A and is executed across the network from Computer B. If MyApp reads/writes to the registry, which computer's registry will be accessed? My understanding is that even though the EXE...
  9. bluecrush

    Does something like DeletePrivateProfileString() exist?

    I am using WritePrivateProfileString() and GetPrivateProfileString() to access MyApp.ini and was wondering if there was a simple method for deleting keys. I am working in a network environment where apps I build don't necessary have write access to the registry so am essentially stuck with...
  10. bluecrush

    DLG activity interrupts thread postmessage

    I have a thread that periodically uses PostMessage() to update the main dlg with its progress. It works wonderfully until you click on a button or scrollbar on the main dlg and then the main dlg stops receiving (?) the msgs -- or at least the display isn't updated (i.e. an edit box with text...
  11. bluecrush

    Accessing CListCtrl data on CPropertyPage

    I have a CPropertySheet launched from the CMainFrame toolbar containing 3 CPropertyPages. On (CPropertySheet.DoModal()==IDOK) I am trying to access the data in the CListCtrl located on one of my CPropertyPages without success. I can access the data from all the edit boxes from all the pages...
  12. bluecrush

    Borland C++ Builder and VSS

    I have just inherited some projects developed with Borland C++ Builder and am trying to add them to my other projects (in VC++) currently in VSS. However, I have discovered that when I open the Borland project file (*.bpr) I am able to happily change code WITHOUT having it checked out. When I...
  13. bluecrush

    ReadString from CStdioFile doesn't always!

    I'm reading a file using ReadString and it seems to skip some lines. The first 2 lines of the file are blank and it skips these, and then it reads 2 lines at once, then it reads a blank line, then skips a line of text, then starts to read normally (?). Can anybody think of anything that may be...
  14. bluecrush

    Worker Thread vs. User Thread

    Have mercy on the newbie... I've developed a worker thread that functions flawlessly within my dlg-based app. However, I've decided I want to have a progress bar that gives an indication of the thread's progress. I've tried to put the progress bar on the main dlg but can't figure out how to...

Part and Inventory Search

Back
Top