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 wOOdy-Soft 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 rhull

  1. rhull

    Printing Security

    Thanks for the input, I actually went with PDF, you can covert from Word then lock up the print option. -R
  2. rhull

    Printing Security

    Is it possible to set up Microsoft Word 2000 to prevent users from printing? Thanks -R
  3. rhull

    help exam

    xml spelled backwards = lmx hope that helps!
  4. rhull

    lvarchar

    I am having trouble with setting up a lvarchar field. I want to save an actual string of text up to 1500 chars, so when i do an insert it will be a string and not a file. does anyone have a alter table code example, and then an insert stmt example? Thanks! -R
  5. rhull

    Web Table Import to Excel

    I have a table with data on a web page, I would like for a button/link that when clicked open the users local Excel and imports the table data on the fly. I know you can open Excel and then import web table data, I just want to do it the other way around. Thanks! -R
  6. rhull

    2 scripts to run

    The page is already using a cgi script now, I need to add another script, is their a way to make 2 scipts run one after another? (w/ 1 submit button) (ie <FORM ACTION=&quot;formemail.cgi,saveToDatabase.cgi&quot; METHOD=&quot;POST&quot;> yeah right:) (I cant combine the 2 scripts into 1)...
  7. rhull

    Weblogic 6.1 Can't start server!!

    If in Unix find the file startWebLogic.sh and run it > ./startWebLogic.sh
  8. rhull

    cron with java

    Thanks,I also needed to add all the .jar files to the classpath. My only other question is does it make a difference if I do it as root, or will it be fine under my login? -R
  9. rhull

    cron with java

    My cron seems to do nothing I have my crontab set up as follows 01 * * * * java /wic/local/bea/wls/BCP_email (01 to test) 'java BCP_email' --> works fine and when i save it writes to a tmp file /tmp/crontab66onqa Should it be saving to a tmp file? also to invoke a java file is the crontab...
  10. rhull

    automate a script

    What is the best way to automate a process? I need to send emails sent out the last day of the month with various database info. Can a cron run a class file? or should a servlet be involved? I have no idea where to start. Thanks -R
  11. rhull

    Refresh jsp page from servlet

    try in the servlet res.sendRedirect(&quot;/index.jsp&quot;); (need the res)
  12. rhull

    Good place to get Info

    http://www.beasys.com/support/newsgroup.shtml groups for all your weblogic needs
  13. rhull

    select box that can also take new input

    I should be able to make that work, but I figured it would be a workaround. Thanks! -R
  14. rhull

    select box that can also take new input

    Is there a way for a select box to allow the user to still type in a value if none of the option will suffice? I dont think there is, but I still want to double check. -Thanks! R
  15. rhull

    Dynamic Multi Select Combo Box

    I am tryimg to do a dynamic combo box so I am using JSP to switch the 'selected' in and out. Problem is it breaks the HTML. So I need to assign the 'selected' value somehow. Something Like <option value=&quot;Fecci&quot; selected=&quot;false&quot;>Fecci </option> OR <option...

Part and Inventory Search

Back
Top