Recent content by selasi

  1. S

    Error starting an application

    thank you. i have checked that and resolved the problem.
  2. S

    Error starting an application

    no its on the same machine
  3. S

    _mprosrv processes accumulating memory

    may i know how to stop the _mprosvr process. i have established the process id by using the comand prompt command called tasklist but when i try to stop it with taskill it gives an error message tha will not stop it.
  4. S

    Error starting an application

    im having an error whn trying to start my database that says Read version 3 from convmap.cp. Expected version is 5. how do i trouble shoot this error?
  5. S

    use of handles

    thank you sir
  6. S

    use of handles

    good day . i am having difficulties understanding handles. what they mean and what they are used for. can anyone assist me with the explanations and examples kind regards Selasi
  7. S

    converting progress DB from Unix to Windows platform

    thank you so much, if i got you correctly you mean i should try to dump the data the reload it in windows? as simple as that?
  8. S

    converting progress DB from Unix to Windows platform

    good day all. i would like to know how i can convert a progress database that was running o unix to windows. this has been caused by change of servers so initially it was running on unix server and now i want to put it on a windows platform, are there any special procedures hat i need to...
  9. S

    converting unix DB to windows DB

    good day all. i would like to know how i can convert a progress database that was running o unix to windows. this has been caused by change of servers so initially it was running on unix server and now i want to put it on a windows platform, are there any special procedures hat i need to take...
  10. S

    methods of testing

    good day. may i know if there is a method of software testing called FAT BOY? if there is can anyone explain to me how this works. regards
  11. S

    installation of progress9.1D on Score Unix6 server

    good day i appreciate that 9.1D is obsolete but i have a someone who uses it and i want to assit in installing it on their unix server. may anone advise me if its possible for me to install this on this server and what ere the minimum requirements for this installation? kind regards
  12. S

    running application using three tier connection

    thank you. as a matter of fact i have one include file for appserver layer and this is what i have done DEFINE VARIABLE hServer AS HANDLE NO-UNDO. DEFINE INPUT PARAMETER ptreaty AS CHAR NO-UNDO. DEFINE INPUT PARAMETER puy AS DATE...
  13. S

    running application using three tier connection

    good day i have developed an application which im struggling to run. i have created an interface which calls the next program on click of button ok as follows: note this is a snippet * DO WITH FRAME fram1: ASSIGN ftreaty = TRIM (ptreaty:SCREEN-VALUE). fuy = DATE (puy:SCREEN-VALUE). END...
  14. S

    how to trim characters

    thank you guys. however its not one that i want to trim.. so would the replace function still work?
  15. S

    how to trim characters

    good day. i have certain characters that i want to trim so that i can post my data to another database. however i have been trying this: define var dset as char init 10-D-102350000. trim dset "-". end. may anyone assis me with how to trim the character - on the number 10-D-1023500...
Top