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 Mike Lewis 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. teakandme

    Parameters in the URL and redirecting

    I would like to put parameters into the URL and am able to with this, but it only fills in the parameters and still requires the enduser to hit the submit button to go to the search_results.asp page. How can I put the parameters into the url and have it redirect as well...
  2. teakandme

    scheduling Crystal reports

    Not sure if this is the correct forum for this question, but we are a small company that has a crystal developer's license with nothing else and wanted to know if there was a way to schedule the crystal reports that we create without purchasing anything additional? Are there freewares or a...
  3. teakandme

    Displaying tomorrow's date

    I figured it out..... It was working once before, but now I need to run/set the variable to next_M=`TZ=-24 date +%m%d`
  4. teakandme

    Displaying tomorrow's date

    I have a script that I was using next_M=`TZ=$TZ-24 date +%m%d` to obtain tomorrow's date....but it does not seem to be working any longer. Does anyone have a way I can grab tomorrow date without alot of calculations?
  5. teakandme

    How to send mail from AIX to email address ?

    try ...... uuencode <file name> <tmp file name> |mail -s "See the attached file" <email address> example uuencode tmp.txt tmpfile.txt |mail -s "Temp file from AIX" user@domain.com
  6. teakandme

    setting rwx permissions on a directory and any newly created sub

    How can you set a directory permission to have rwx on the group and have any newly created subdirectory have rwx permission as well without having to change it after the subdirectory is created?
  7. teakandme

    displaying list of values

    Can someone assist me ....I am trying to display the values that users select from a multi-select prompt. How do you display the values of the resulting list of values?
  8. teakandme

    Refreshing a script until prompted

    I was hoping someone could advise how to write a for or while loop to refresh a script until prompted to stop. I have a script that monitors the state of printers and want to have this refresh to the screen every 2 minutes until prompted to stop .... when there is an issue, would like to stop...
  9. teakandme

    third party scheduling tool

    Does anyone know of other third party scheduling tools that will run/work with Crystal reports?
  10. teakandme

    How to display field names dynamically

    The table I want to add has currently 250 fields. The table is denormalized table and they do sometimes adds more fields, but more importantly, I just don't want to have to defined the fields and their alias separately in the crosstab table or in the report......I was hoping someone would say...
  11. teakandme

    How to display field names dynamically

    Want to basically add an entire database table to a report with the field headings displayed, how can this be done dynamically?
  12. teakandme

    telnet macro

    Does anyone have/suggest some code to create an excel macro to telnet to a remote computer and execute some commands and retrieve the output or return? I tried wsock32.dll but there is an issue with this with AIX on the return. The information returned is symbolic? I am thinking it is a...
  13. teakandme

    searching/grabbing info from one spreadsheet and placing it in another

    SkipVought, Thank-you for your solution, it did the trick, but now I am getting an overflow error when the rowcount gets to 99. Do you have any ideas how to correct this?
  14. teakandme

    searching/grabbing info from one spreadsheet and placing it in another

    I have this piece of code that I would like to use to grab information from one spreadsheet to add to another. It is failing with an "Object variable or With block variable not set" I think it is cause I need code to open the second file....Anyone have any idea how I could do this? Option...
  15. teakandme

    excel macro - telnet

    does anyone know what to use to create a macro to telnet to a remote system (AIX) from excel.
  16. teakandme

    Can you configure HMC to alert/email

    Has anyone configured HMC to send emails or alerts when a certain event happens eg: a lpar is down?
  17. teakandme

    SSH macro

    does anyone know or have a peice of code that will ssh to a host and perform commands?
  18. teakandme

    Free Test Questions for IBM Certification

    Anything you can send to me would be much appreciated. lsmith@enetcorp.net.
  19. teakandme

    max password length

    To set the maxnumber of characters for 5.3 chdev -l sys0 -a max_logname=9 As for the min length and the non-alphabetic characterr...do the individual user stanza reflect the difference that you are experiencing?
  20. teakandme

    SSH new install

    when I try to ssh -l username hostname, I get the following The authenticity of host 'testhost (172.28.132.21)can't be established. RSA key fingerprint is 1b:93:6b:34:ad:a2:6d:1c:6a:71:55:9e:72:ea:2a:ce. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added...

Part and Inventory Search

Back
Top