Search results

  1. 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...
  2. 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.
  3. 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...
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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...
  9. 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)
  10. R

    Question Need to get Date Range for Next 24 months

    Hi All, I am using Progress Open Edge 10.2b. DEFINE VARIABLE iv_DATE AS DATE NO-UNDO. DEFINE VARIABLE iv_1_2_3_months AS DATE NO-UNDO. .. .. DEFINE VARIABLE iv_22_23_24_months AS DATE NO-UNDO. If i run a program say iv_DATE = TODAY (i,.e todays date is 08/29/2013). then i need to get Next...
  11. R

    Need to run .p program from batch file but date range passed as input from batch file

    Hi, I am using 10.2b, Windows XP V2002 SP3 I need to run a export( .p) program as scheduled tasks(BATCH FILE) from windows. but i need to run this export file with date range like from last 7 days to till date(TODAY). I don't no how to pass this date range to Progress Program(.p). Can...
Top