Search results

  1. S

    Doubt on Default Stream

    Hi, I think progress by default supports only 3 types of streams. Input , Output and Error stream. So when ever data is displayed it overwrites the default output stream. I think the same thing happens for Input stream also. Prasad
  2. S

    How to access file information?

    Hi, This is what I exactly wanted. Thanks Casper Regards Prasad
  3. S

    How to access file information?

    Hello all, I want to retreive the files from directory and access the modified date of the file. Iam able to retreive the file names from specific directory but not able to get their information like modified date of the file. Please suggest me what to do in order to retreive the modified...
  4. S

    Buffer Tuning

    Thank you very much . Now I got clear Idea.
  5. S

    Buffer Tuning

    Hi, Thanks for the reply. So during programming how we can tune the buffer i.e how we can apply this. And is it static or dynamic. Prasad
  6. S

    Buffer Tuning

    Hi, Can any one tell me what is meant by buffer tuning. Thanks
  7. S

    validating date field

    Hi, What you have mentioned is correct, but still for the above example what you have given (12/12/JJ) it will display date with current year (12/12/2007) without any error. In order to search whether character is present or not in string one should break the string into tokens and check the...
  8. S

    validating date field

    Hi, I think it is not considering the characters. We can use some alternate method for validating the date other than this, like using the entry function for each token. Prasad
  9. S

    how to export a crosstab?

    Hi, You can do one thing. Create a extent based on number of columns i.e for example if you have 4 columns then have variable "x" of character with extent 4. then spool the data for respective index (array index). When the variable "x" is displayed it will display the values horizontally.
  10. S

    How to display hour glass symbol

    It is working, Thanks RKR Prasad
  11. S

    How to display hour glass symbol

    Hello All, I need to display the hour glass symbol instead of arrow symbol when report is running. If any one have done this please let me know how to do this. Thanks in Advance Prasad
  12. S

    Problem in triggers

    Hi all, Iam writing a wrapper for MFG/PRO Program. I have to do some action on cursor-up and cursor-down keys. Already in MFG/PRO they have some action for those keys. Now if I write any trigger for ON CURSOR-UP the code which I have written is not getting executed. It is executing the...
  13. S

    Hello all

    My name is Prasad and I have joined this community today.
Back
Top