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 SkipVought 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. bdbmeag

    Backwards Compatibility Issue - References

    Hi, I haven't had a chance to try the late binding yet. It doesn't appear that one can have both 11 and 12 at the same time. Primarily because Access 2003 does not recognize 12 and Access 2007 seems to automatically update 11 to 12. Right now I'm a bit lucky as 2003 is a single server...
  2. 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...
  3. bdbmeag

    List Box Behavior - Access 2007

    No. They are list boxes.
  4. bdbmeag

    List Box Behavior - Access 2007

    Hi, There is no code behind the events other than debug.print statements that I added to show me what was going on. I placed the statement in the After Update event, which is what I thought would have been the case too, but it was not triggered. As for an Auto Expand property I don't see...
  5. 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...
  6. bdbmeag

    Window.Close in IE 7

    yes, I tried that too.
  7. bdbmeag

    Window.Close in IE 7

    The window I'm closing, DetailMain.html, is the active window. Do I need to do something different in that case? Thanks,
  8. bdbmeag

    Window.Close in IE 7

    FYI, I tried some other variations but can not seem to post them as I am getting an error.
  9. 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...
  10. bdbmeag

    Drop Down List not adding all records from query

    Thanks! It's always nice to have an extra pair of eyes!
  11. 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...
  12. 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...
  13. bdbmeag

    Use PERL to run subroutine in MS Access database

    thanks pinknbrain, yeah, i'm looking to run a macro. however, the code for setup may be of use. thanks. sycoogtit, i'm unable to load the database at this time. thanks, - bruce
  14. bdbmeag

    Use PERL to run subroutine in MS Access database

    The test .mdb file is just a blank .mdb file with a single subroutine in module1 with one line of code: msg "OK!" When I execute the perl scripts they compile but the msgbox is not displayed.
  15. 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