Search results

  1. A

    Error **ERROR - Undefined Error

    Hi, Yes. It's only ABL code without any 3rd party tool. The main file is doing loop for a temp-table. then it execute the RUN command to program: RUN VALUE(ttTemp1.ProcedureName)( input parameter 1, parameter 2....). The sub program saved in the above field ProcedureName is...
  2. A

    Error **ERROR - Undefined Error

    Hi, I'm using OE10.1c version OpenEdge suits working in the production evironment. In one program, I met one weird error message like TITLE said " **ERROR - Undefined Error". There is no error code and even much more kindly description. I was trying to add some more error handling...
  3. A

    Question How to post xml file with the data Base64 encoded

    Hi, application/x-www-form-urlencoded is required in the post request. Finally, I made a tiny change for that built-in function URL-ENCODE to make it could loop the each character in the longchar value.
  4. A

    Question How to post xml file with the data Base64 encoded

    Hi medu, Thanks for your reply.But there are some special characters like "/","+" ,"=" will be recognized wrongly as posting parameter.
  5. A

    Question How to loop the each element of longchar type data

    Hi, How can I remove this post? I don't need this question.
  6. A

    Question How to loop the each element of longchar type data

    Hi, I'm trying to loop each byte of the longchar type data to do further action. But the function Substring only can handle the character type data. Do you have any suggestion on that?
  7. A

    Question How to post xml file with the data Base64 encoded

    Hi, I'm using the OpenEdge 10.1C. I'm trying to create socket connection to post XML-formated data into one specific URL without using WebSpeed. There is data base64 encoded included in this XML-formated data and it should be saved in one variable with longchar type. What should I...
  8. A

    Question How to find the .p's and .i's inside a program

    Hi, If you just try to get the program list of calling .p or .i file, you can download a 3party tool to grep the code folder with your .p or .i name. There are a lot on Internet.
  9. A

    Question Difference between APW, AIW and BIW, How to check long run transcation

    Hi, Sorry for breaking in. According to the above comment, I have a question that If I want to enable two APW,BIW or AIW processes. Shall I need to purchase two Enterprise Lisenses?
  10. A

    Problem on updating SmartDataViewer

    I'm the new guy for using progress. I'm working on developing application with SmartObject. I have a requirement that enable editing a field in SmartDataViewer.The value likes "2012.09.07 20:00:00 (Timezone)". I just want to use message update to change datetime value by assign the new value...
Top