Search results

  1. R

    Question How To Read Unicode U+20ac And Display Its Symbol As Output?

    Hi Yes I agree with RHD, but my question is that if i move from Openedge 11.3 to 11.6 will it solve my problem automatically?? what current version of progress supports $(dollar),€(euro), ¥(Japanese yen), £(GBP). I am currently using Openedge 11.3 and Currenty i have tested for...
  2. R

    Question How To Read Unicode U+20ac And Display Its Symbol As Output?

    Hi Real Heavy Dude, Thanks for your suggestion. I am right now in a different scenario, I have one currency table which has 4 records, 1 - Euro currency , 2 - US dollar, 3, Canadian Dollar, 4 - GBP - pound, Fields are Currency Code, Currency Description, Currency Symbol. I am able to show...
  3. R

    Question How To Read Unicode U+20ac And Display Its Symbol As Output?

    Hi, What is the procedure to convert db from 8859-1 to iso8859-15 ? If it takes more time then what is the way(temporary method) to store Euro symbol in 8859-1( Can we store ASCII code and while displaying can we display its symbol?). Regards, Raj.
  4. R

    Question How To Read Unicode U+20ac And Display Its Symbol As Output?

    Hi Tamhas, Can you please let me know how to change this from 8859-1 to 8859-15? Can't we read without this 8859-15? any alternative method to read Euro symbol into out db table? Please suggest. Regards, Raj.
  5. R

    Question How To Read Unicode U+20ac And Display Its Symbol As Output?

    Hi, I have 3 question with this, 1. Could any one please let me know how to read unicode U+20AC(Euro Currency Symbol) and display it as output. 2. how to store in db table? 3. Any internal settings we need to do in PF file to display special characters? Currently i am using open edge 11.3...
  6. R

    Question How to Un-install OpenEdge 11.3 through Putty or Linux?

    Thanks for your valuable inputs. Regards, Raj.
  7. R

    Question How to Un-install OpenEdge 11.3 through Putty or Linux?

    Hi All, I am new to Linux Environment, Could you please guide me how to un-install OpenEdge 11.3 and Reinstall it again? any command or document would be great help for me. Regards, Raj.
  8. R

    Question Date Format

    Hi there, i have a line in my code like this : message string(article.Date) view-as alert-box information. The message shows : 01/15/2014 ( that is mm/dd/yyyy) I want to have this format : 01-15-2014 ( Can I change format in Parameter file so that it will reflect in all the reports?) Could...
  9. R

    Question How to Connect Progress DB with Sales Force DB

    Hi All, We are on Progress 4GL Open Edge 10.2B. Windows 7, 32 Bit OS. I need to connect with Sales force database from Progress DB, can any one please share some document or link? so that i can have a look and try to implement in our server please ? Regards, Raj
  10. R

    Question Connect Progress DB with Sales Force DB

    Hi All, We are on Progress 4GL Open Edge 10.2B. Windows 7, 32 Bit OS. i need to connect with Sales force database, can any one please share some document ? so that i can have a look and try to implement in our server please ? Regards, Raj
  11. R

    Question How to Connect Progress DB with Sales force DB?

    Hi All, We are on Progress 4GL Open Edge 10.2B. Windows 7, 32 Bit OS. i need to connect with Sales force database, can any one please share some document ? so that i can have a look and try to implement in our server please ? Regards, Raj
  12. R

    Question How to Connect Progress DB with Sales Force DB

    Hi All, We are on Progress 4GL Open Edge 10.2B. Windows 7, 32 Bit OS. i need to connect with Sales force database, can any one please share some document ? so that i can have a look and try to implement in our server please ? Regards, Raj
  13. R

    Need Query in SQL for this progress Code

    i am not aware much with SQL coding. Select Top 1 * from table_name.
  14. R

    Need Query in SQL for this progress Code

    WinSQL Lite
  15. R

    Need Query in SQL for this progress Code

    Hi Tom, My Problem is when i write query in SQL its creating problem with Below Code FIND FIRST arm.cust WHERE arm.cust.customer_nbr = arm.loadheader.cust_nbr NO-LOCK NO-ERROR. As progress selects first record from the above statement but in SQL it will not. Secondly with below code FIND...
  16. R

    Need Query in SQL for this progress Code

    Hi All, I am using Open Edge 10.2B, Microsoft Windows XP Version 2002 SP3, I need SQL Query for the below Piece of Progress Code if any Expert in SQL as Well as Progress Developer Can help me? FOR EACH arm.loadheader NO-LOCK: /* below customer can contain may customer for the single load-id so...
  17. R

    Help to export decimal to outptu file with trailing zeros

    i think above code will not work for output to "C:\temp\test.CSV".
  18. R

    Resolved How to Get End Date of a Month

    Thanks a lot Osborne :)
  19. R

    Resolved How to Get End Date of a Month

    Hi All, I Am using 10.2b Windows XP 2002. My Question is if i give date = today. then how can i find End Date of a month? IF I GIVE I_DATE = TODAY. THEN I NEED TO GET I_END_DATE = 09/30/2013. Is there any function to get End Date? Thanks in advance. Raj(new bee)
  20. R

    Question Need to get Date Range for Next 24 months

    Thanks you all for your Suggestions and Code as well :)
Top