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!

Search results for query: *

  • Users: lasombra
  • Content: Threads
  • Order by date
  1. lasombra

    SHBrowseForFolder crash

    I'd like to use a dialog box to browse for folder. For that I use SHBrowseForFolder. But after eselcting a folder and clicking on "OK" the application crashes. Why that? Thanks for help. void DlgExportSettings::OnButtonExportBrowse() { BROWSEINFO m_bi; m_bi.hwndOwner =...
  2. lasombra

    Cannot create JDBC driver of class '' for connect URL 'jdbc:mysql...

    Hello I try to get to a local MySQLDB by struts (1.2), Tomcat 5.0.16 I declare the data-source in the struts-config.xml. The DB-Driver is installed in the lib-directory of the webapps struts-config.xml: <data-sources> <data-source...
  3. lasombra

    CreateObject(&quot;CDOEXM.IMailboxStore&quot;) Error

    1. I create AD-Users by Script 2. Later I install Exchange 2000 Now I want to create a mailbox like this: Dim objMailbox Set objMailbox = CreateObject(&quot;CDOEXM.IMailboxStore&quot;) I get the following error: ActiveXcomponent can't create object: 'CDOEXM.IMailboxStore' Code: 800A01AD...
  4. lasombra

    Unattended Installation - Some Problems

    I do a Unattended Installation (slipstreamed). The winnt.sif is loacted in the i386 directory on the cd. the installation works fine, but: when installing over a used partition, it asks me to choose the partition (AutoPartition is set to 1) it aks me to create additional user accounts How can I...
  5. lasombra

    Dual Boot Windows 2000 and Windows XP

    I have a computer with Windows XP installed. Now I want to make a dual boot system with a Windows 2000, but everywhere I read about dual boot systems they suggest to install XP after 2000. It is also possible to do it the other way? Install a 2000 after an XP?
  6. lasombra

    CiscoWorks - Backplane utilization Problems

    The CiscoWorks &quot;Device Fault Manager 1.2&quot; recieves a trap of a high backplane utilization (>80%) but really the utilization is only about some percents (<10%). Is this a bug or what?
  7. lasombra

    CampusManager - view of spanning tree not correct

    Hi I have the CiscoWorks 2000 with Campus Manager 3.2 and 3 Switches. They are connected in a &quot;triangle&quot;, one connection is condigured as &quot;FORWARD&quot;, one is &quot;DISABLED&quot;. But the CampusMan shwos me all 3 Paths, why? The Switches tell me that the configuration is as...
  8. lasombra

    problem accessing session variables within functions

    How the heck can I access session variables within a function? I regsiter a variable &quot;var1&quot; with $_SESSION[var1]. This variable I can access within another php-file which starts like <? session_start(); echo($var1); ... ?> But when I call a function, the variable is not...
  9. lasombra

    Windows.H Header File!?

    Hello I have some c & c++ prgramming experience on unix-System. But I'm interested also in Windows Programming. Where is or where do i get the Windows.H Header File?
  10. lasombra

    Problems withe FOREIGN KEY - Constraint (msg 547)

    I have 2 tables: Table &quot;Group_OU_Relation&quot;: GrpOUID | GID | OUID -------------------- .... | ... | ... Table &quot;Functions_Folders&quot;: FFID | GrpOUID | ParentId ------------------------- .... | ... | ... Now I want to make a Foreign Key Constraint in table...
  11. lasombra

    CurrentDb.OpenRecordset - Error 3001/3622

    Hello, I'm a VB newbie. My Problem I have a acces DB with linked tables to a SQL-Server. Now I try to open a linked table in a VB-Modul within Access like follow ... Dim recset As New ADODB.Recordset Set recset = CurrentDb.OpenRecordset(&quot;tablexy&quot;, dbOpenDynaset, dbSeeChanges); ...
  12. lasombra

    Explorer Crashes

    As in Win2000 in WinXP my Windows Explorer crashes frequently especaly while moving or copying files.

Part and Inventory Search

Back
Top