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!

Recent content by perrymans

  1. perrymans

    Copy the same tasks to multiple projects

    Yeah, so I know how to use Project like Excel, not like Project. I have multiple projects, short four month efforts. They all have the same tasks and the tasks have the same duration. Each project has its own hard end date (there is a certification needed by date X). I want to set the task...
  2. perrymans

    Access runtime installer include ODBC

    I have an Access front-end to MySQL database online. Currently, the myODBC and Access distribution and configuration is manual. I was thinking of using the Access 2007 installer (but require Access 2007). I was wondering if the myODBC installation and configuration can be included too...
  3. perrymans

    Wordpress 3.0 Twenty Ten Double Titles

    Try againhttp://s118.photobucket.com/albums/o110/perrymans1/?action=view&current=Wordpress30PageTitle.gif
  4. perrymans

    Wordpress 3.0 Twenty Ten Double Titles

    Love the new Wordpress 3.0 theme, but I like the titles I put on my own pages, not the ones the theme is putting there. Attached shows the page where both the name of the page (on top) and the title I placed (bottom) is shown. How do I remove the top one? Thanks. Sean.
  5. perrymans

    Row lines in TinyMCE Generated Table

    I can't get the lines between my rows to disappear. How is this done? Thanks. Sean. HTML Snippet: <table class="aligncenter" style="width: 600px; background-color: #ffffff; border: 0px none #ffffff;" border="0" cellspacing="0" cellpadding="0" frame="void" align="center"> <tbody> <tr>...
  6. perrymans

    What is different with /NOLOG?

    What would be the reason for connections to work with /NOLOG, but not without? Works: >sqlplus /NOLOG >connect sys/orcl as sysdba Does not work: >sqlplus sys/orcl as sysdba What is the difference? Thanks. Sean.
  7. perrymans

    sp_addlogin Password Protection

    Is there a way to protect the password passed as part of an sp_addlogin command from a client to server using OpenClient? Thanks. Sean.
  8. perrymans

    Bring DropDown Menu to the Front

    SOLVED Added z-index:2 to the main Nav ul. This fixed on both Firefox, Chrome and IE. #suckerfishnav ul { z-index:2; float:left; Thanks. Sean.
  9. perrymans

    Bring DropDown Menu to the Front

    www.afosisa.org The dropdowns never really become visible... www.afosisa.org/?page_id=118 The dropdowns can be seen in front of the sub menu, but not the posts/pages. Missing are the AFOSI > Hall of Fame > Class of 2001 and on are not visible. Thanks. Sean.
  10. perrymans

    Bring DropDown Menu to the Front

    I am building a WordPress site and put in a PixoPoint multi-level menu. My problem is the sub menus do not show over top of the Posts/Pages area. What is the right setting for this? Would I bring the menu to the front? Or change something in the style.css of the pages/posts? Thanks. Sean.
  11. perrymans

    Ribbon opens Form

    Thanks, works great. Now, lets I want to hide the startfrom scratch, but want to provide the ability to unhide the default tabs after loaded? Is that possible? Thanks. Sean.
  12. perrymans

    Ribbon opens Form

    How do I code (XML) a button to open a form? What about setting the property of a subform? Thanks. Sean.
  13. perrymans

    Make A Pass-Through Query On the Fly

    I want to be able to have queries defined in a table and executed by users as recordsources for reports. I want them to be Pass-Through for speed, however I can't make SelQ_Mailing a Pass-Through and then try and pass criteria to it with DoCmd.RunSQL. So I would like to know how I can build...
  14. perrymans

    Vertical Text

    When I set the vertical property to Yes for a label or textbox, it puts the beginning of the word at the top, reading down. I would like the text to start at the bottom, reading up (basically 180 degrees out from where it is now). Any way to do this? Thanks. Sean.
  15. perrymans

    Crosstab Report

    That is much better. Thank you. Sean.

Part and Inventory Search

Back
Top