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: *

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

    Perl - Moving email from one Outlook folder to another

    Hi, Is there a way using Perl to move an email message in MS Outlook from one folder to another? I've looked through documentation for Win32::OLE::Const 'Microsoft Outlook' but don't see anything about moving emails. I'm trying to move emails sent via a script that uses Mail::Sender. On a...
  2. bdbmeag

    List Box Behavior - Access 2007

    Hi, I have a form with two list boxes: one on the left and one of the right. The list box on the right side always has data. The one on the left doesn't always have data. Situation 1: List Box on left side has no data. I click the right List Box (the Got Focus event is triggered). I type...
  3. bdbmeag

    Window.Close in IE 7

    Hi, I have an html page with frames. I'm using IE7 (it's an intranet). I'm using the onUnLoad event to close the current page and open a new page when the user clicks the back arrow. Here's the current iteration of my code: <code> <BODY onUnLoad="loadSummary()"> <script...
  4. bdbmeag

    Drop Down List not adding all records from query

    Hi, I'm using C# in ASP.NET 3.5; developing in VS2008 in Vista. The code below uses a query to add items to a drop down list. The query currently has 3 records, however, the code is only adding two records to the drop down list. When I step through the code it only steps through the "while...
  5. bdbmeag

    Backwards Compatibility Issue - References

    Hi, I'm developing a database (.mdb) file using Access 2007 in Vista. This database includes a reference to "Microsoft Excel 12.0 Object Library". I need this database also to work when it is opened using Access 2003 in XP. In order for this to work I need to change the reference to...
  6. bdbmeag

    Use PERL to run subroutine in MS Access database

    Hi, I'm working in Windows Vista, using ActivePerl 5.8.7 Build 813, using MS Access 2007, and executing the .pl file in MKS KornShell. I'm trying to use Win32:OLE to open an existing MS Access .mdb file and run a public subroutine: Most of my searches have yielded very little on this; the...

Part and Inventory Search

Back
Top