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. TheLexx

    monitor telnet

    Hi, The script appears to hang as it is waiting for a login to be entererd. To overcome this modify the telnet as follows: telnet $host 1>/tmp/telnet.out 2>&1 <<EOF ^] quit EOF The ^] enters telnet subcommand mode, in which a quit can be entered (to enter ^] press Ctrl+v, Ctrl+]). Hope this...
  2. TheLexx

    Insert text at current cursor in Forms

    The only way I have found to do this is to : 1) Ensure the text item required has the property 'Keep_Cursor_Position' set to Yes. 2) Add another text item to the form and return the value from the LOV to it. 3) Use code like the following to copy and paste the value into the text string...
  3. TheLexx

    IF..THEN...ELSE logic in nested FOR loops

    You would appear to have a syntax error, elseif should be elsif.

Part and Inventory Search

Back
Top