Search results

  1. M

    Answered Compatibility of code Progress 9 to OpenEdge 11

    we already did that but still the same
  2. M

    Answered Compatibility of code Progress 9 to OpenEdge 11

    Hi all, I know now the problem upon the installation of progress 9.1c the date format was change to dmy, and when we install the OE11.4 it is mdy, to prove my instinct i try to install the OE11.4 to another computer with date format of dmy, and boom the code capture the record.. know my...
  3. M

    Answered Compatibility of code Progress 9 to OpenEdge 11

    or do you think upon installation we missed something?
  4. M

    Answered Compatibility of code Progress 9 to OpenEdge 11

    I ask the Senior developer here, why the date format inserted on the text field, they answered that to avoid additional field that may cause the database to shutdown they use the unuse field it like a recycle. its a burden to me there old way of thinking, I'm new here in the company, when little...
  5. M

    Answered Compatibility of code Progress 9 to OpenEdge 11

    Hi Sir Tom & Cringer, Please see attached files to give you an idea, the previous developer here modified the startup.pf under the c:\progress\startup.pf and change the -d mdy to -d dmy when i ask the senior here they change that to format the report on report builder because on the normal .pf...
  6. M

    Answered Compatibility of code Progress 9 to OpenEdge 11

    Hi Sir Greg, not the slowness or a fast is my concern, my concern there was the capturing of data. as my previous post, the incident-report.field60 was in text format and converted to date format & matching on the Today date single line code, when i run the program no record capture, but if i...
  7. M

    Answered Compatibility of code Progress 9 to OpenEdge 11

    Hi Sir Greg is this the index definition? Table: INCIDENT-REPORT Flags Index Name St Area Cnt Field Name Local ----- ----------------------- ------- --- ---------------------- -------- pu PI_INCIDENT 6 1 + SERIAL-NO No yes, i have...
  8. M

    Answered Compatibility of code Progress 9 to OpenEdge 11

    Hi Sir Cringer, when we try to run the above code it capture nothing, but when we try to revise the code like below, it captures the data. the code run when we still use the 9.1D Studio but after the migration to Openedge 11.4 studio i can't recognize the code.
  9. M

    Answered Compatibility of code Progress 9 to OpenEdge 11

    Good Day Sir tamhas, Actually there's no literal error the problem are the coding not running properly. Example: Progress 9.1C Coding: "not functioning on Openedge 11.4" FOR EACH incident-report WHERE incident-report.confirm = NO...
  10. M

    Answered Compatibility of code Progress 9 to OpenEdge 11

    Good Day to Everyone, I just want to ask about the subject above because after the conversion process we done on our database and try recompile all source program, we notice that some old codes did not work in openedege 11.4 can anyone could help us about this matter, because if we will change...
  11. M

    Answered Unable to set attribute NAME in widget of type Control-Frame

    Thanks already solve Run as Administrator the command prompt on client side type the code "regsrv32 <dir of progress installed>\bin\prox.dll"
  12. M

    Answered Unable to set attribute NAME in widget of type Control-Frame

    Hi RealHeavyDude, Base on what i read on the internet i guess also the OCX but the question is what OCX is wrong?
  13. M

    Answered Unable to set attribute NAME in widget of type Control-Frame

    Good Day, Please help me about this matter.. Old Server OS : Windows 2000 New Server OS : Windows 2008 R2 64 bit Old Progress : 9.1C New Progress/Openedge : 11.4 Its happen after the conversion of database.. I place all the folder contains the source program to the New Server same...
  14. M

    Issue with Converting Database

    Sir Tom, okay I will start a new Thread for that.
  15. M

    Issue with Converting Database

    Hi Sir Cringer, The first error is okay I forgot to add full access on the share folder, but after the added full access I've try again to the conversion now this error appear. Please see image attached. Thanks,
  16. M

    Issue with Converting Database

    Hi Sir Cringer, It's appear during the conversion process . Please see image Thanks,
  17. M

    Issue with Converting Database

    Hi Sir Tom, This thread can be open? I followed your step but during the conversion process the error appear "Cannot Find or open file .lk" did I miss something on your steps ? I did your step during downtime of database - my database conversion is from 9.1C to 11.4 our server are from...
Back
Top