Recent content by tgounden

  1. T

    Displaying a log file

    Works Great! Thanks NickA it works great. God Bless Terrence:awink:
  2. T

    Displaying a log file

    Thanks agian NickA, I have tried the code which loads the log file fine except that the user sees the bottom of the file rather than the top - is there anyway to display the top of the file so that the user scrolls downward. :)
  3. T

    Displaying a log file

    Hi All, I need code to display a log file on the screen . The user will need to be able to scroll up or down. I am using Progress 83C on a Unix server in character mode. Any ideas will be greatly appreciated.:)
  4. T

    File Date and Time

    Thanks Guys, I finally got it working - Thank NickA for the code. God bless Terrence:awink:
  5. T

    File Date and Time

    Hi, Thanks for all the responses guys - it looks like I will have to settle for the modification date and time using the Unix command. Unfortunately I am not that clued up on Progress so I need a little more help. How do I pass the date and time from INPUT THROUGH VALUE ( "ls -l " +...
  6. T

    File Date and Time

    Thanks Robert, I have tried using the FILE-INFO handle attributes but I don't get the desired results. Some of the attributes work and some don't. Unfortunately it states in the documentation that the FILE-CREATE-DATE & FILE-CREATE-TIME attributes only work on the Windows platform - my...
  7. T

    File Date and Time

    Hi, I am using Progress 83C on a Unix server in character mode. I need to get the creation date and time of a file and then inform the user of these details. Any ideas on how I can accomplish this will be highly appreciated. Thanks
Top