Recent content by rajendran

  1. R

    How To Convert Base64 Encoding To Ascii Text?

    i am able to decode the base64 emails from below program. http://www.maizels.nu/progress/from64.p the email files are partly encoded,so i stripped the encoded part to a new file and then decode the data from that file. could you give any suggestion for extracting email body from html files? i...
  2. R

    How To Convert Base64 Encoding To Ascii Text?

    hi all, i am working on a tool which reads email files from different clients .some emails from yahoo and gmail are getting encoded with base64 content-transfer-encoding. i am trying to find a solution to decode these files into readable text format . i have tried to convert the files by the...
  3. R

    Error message 4149 ????

    Was it wrong providing information to the old post.we developers come across the same issues at different times, so thought of providing the information which could be useful for someone with same issue again. The last reply of this post was jun 1 2016 which may lead me to post this information.
  4. R

    Error message 4149 ????

    Progress KB - Compiler raises error 4191 due to long path names
  5. R

    How To Get Screen Value Of A Pervious Field In The Next Field In A Form?

    Def var v-loc as char no-undo. Def var v-enddate as date no-undo. Def var v-routerpubs as char initial “/homs/cbcbc/” no-undo. Def var v-newrouter as char initial “/home/hgda/” no-undo. repeat: form " LOCATION : " v-Loc help "Enter Product, or Press F2 for lookup."...
  6. R

    Reading Input File Issue

    Thanks RHD ,i have designed it by using the index function and located what all i need to Extract. Thanks very much for you help.
  7. R

    Reading Input File Issue

    Yes Rhd all the Get Prodcedures use entry,substring,index functions to extract the data from the line. But with Clob its not easy to use that functions to extract as its a huge file and cannot predict the positions of the string unless its a line. Is ther any other way to make this work.
  8. R

    Reading Input File Issue

    Even if i have copy-lob form the file. i have to read it by line by line to get my data. so whats the difference in that. could you show some code snippet how to loop through longchar variable to get my data. so in every state machne do i need to loop though longchar variable.
  9. R

    Reading Input File Issue

    Its OE 11.3.2
  10. R

    Reading Input File Issue

    i am reading an email file in linux server.i am reading the file line by line and extracting the data which i need from the file.i am using an state machine to process these files.My current desing is based on a particular orde of the data. code snippet. input from value(v-File). vState =...
  11. R

    How To Add Two Double Quotes Inside A Variable?

    issue resolved when i enclosed it with double qoutes "'t563\(\)_g563'" in the config file.
  12. R

    How To Add Two Double Quotes Inside A Variable?

    i need to pass the variable to shell script fot ftp process. the password has some redirection () characters like T563()_g563. from command line i can use separator lke 't563\(\)_g563' and it works fine. But when i try to run using the script and .p i need to have value as "'t563\(\)_g563'" two...
  13. R

    Not able to compile code which updates the database.

    in unix how do i remove this parameter.my startup.pf doesnt have this parameter.Please help me to understand.
  14. R

    Not able to compile code which updates the database.

    Could you please tell me how to remove this startup parameter?
  15. R

    Not able to compile code which updates the database.

    attached the snapshot of session startup parameter .
Top