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 strongm 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: *

  • Users: jseva
  • Order by date
  1. jseva

    Delay on message transfer

    Lukey, Did you ever figure out your message delay problem back from Sep '04? I'm having the same issue with one user today, and I'm stumped. If you have time, please email me at jseva@safcu.org. THank you. Jojo
  2. jseva

    'Ctrl+C' Interrupt not terminating shell session

    I created a /bin/STARTUP file that starts up a proprietary utility. Within the utility, when hitting Ctrl+C, it's taking me to the $ prompt. This is a security issue. What can I do so that when hitting Ctrl+C, the session will end, and the user will be logged out of AIX completely?? Please...
  3. jseva

    vbKeyReturn problem

    My form has a lot of command buttons. If I didn't have any, using the Form_Keypress works for me too. However, with command buttons, it doesn't. You have to hit shift+enter for it to work. Weird!
  4. jseva

    vbKeyReturn problem (part 2)

    The following code doesn't work... My vbKeyReturn key when pressed is not invoking the 'cmdTotal_Click procedure. If I press 'shift' and 'enter', it does. Why? How can I make it so that I don't have to press 'shift' with the 'enter' key? Please advise. Private Sub cmdClear_KeyPress(KeyCode as...
  5. jseva

    vbKeyReturn problem

    My vbKeyReturn key when pressed is not invoking the call statement below. If I move cmdTotal_Click under vbKeyBack, pressing backspace will invoke the call. It seems that the return key has a mind of its own. Please help. Select Case KeyCode Case Is = vbKeyBack Call cmdBack_Click...
  6. jseva

    Notepad execution

    Thanks for the quick help, Justin!
  7. jseva

    Reset Focus

    Once focus has been moved around, how can I reset it to tab index 1? Please advise.
  8. jseva

    Notepad execution

    When I invoke notepad.exe using 'shell', notepad doesn't come up on the screen. Instead it's minimized. How can I program it so that notepad is shown on the screen when I execute 'shell'. Please advise.
  9. jseva

    EDITOR variable

    I figured it out! Adding 'EDITOR=/usr/bin/vi' in the /etc/environment file does the trick.
  10. jseva

    EDITOR variable

    How do I specify the EDITOR environment variable, so I can use the 'acledit' command? I would appreciate any insight...Thanks!
  11. jseva

    aclput command

    How can I use a wildcard when issuing the aclput command? For example, if I have file1, file1, file3, and I want to change the file privs using 'aclput', is there a way to enter ONE command for all 3 files instead of one at a time? The way I do it now is to issue: 'aclput -i acldefs file1'...
  12. jseva

    Crontabs

    Here's the link, Bill... http://webdocs.numaq.ibm.com/docs/mpgsad01/man.htm/crontabs4.htm
  13. jseva

    Crontabs

    Thanks, Dave! That did it.
  14. jseva

    Crontabs

    According to AIX docs, revisions to crontabs will take effect at the next reboot. Is there a way around this? I don't want to have to reboot everytime I add something. Please advise.
  15. jseva

    File creation w/ date stamp

    You 'da man, Tony! Thanks!
  16. jseva

    File creation w/ date stamp

    How can I dynamically create a file that includes the date in the filename? I am using the /var/adm/wtmp file to track all login sessions for the day. Using cron, I want the system to copy this wtmp file to a new file with the date (and time) in the filename. Please advise.
  17. jseva

    Mail not working

    AIX user login 'jseva' trying to send an email message generates this error: $ mail vgalbiso@symitar.com Subject: Test email This is only a test. Please disregard. . Cc: $ vgalbiso@symitar.com... User unknown /home/jseva/dead.letter... Saved message in /home/jseva/dead.letter Any tips?
  18. jseva

    AIX/Windows utility

    I need to 'pack' an AIX file, FTP it to a PC, and then 'unpack' it. Is there a Windows-based software that would 'unpack' a 'packed' AIX file?
  19. jseva

    ANONYMOUS FTP

    Anonymous FTP has been successfully disabled by removing user account 'ftp'. Thanks for the tip!
  20. jseva

    ANONYMOUS FTP

    How do I turn off 'anonymous' ftp privileges?

Part and Inventory Search

Back
Top