Search results

  1. Prajan

    Progress Explorer - start / stop database

    Hi All, I have one issue that occurs sometimes. I tried to start / stop database from Progress Explorer. But sometimes it works fine and sometimes it doesn't work at all. Then i have to do it using command to start/stop it. I still am not getting the issue. Hopeful to hear from...
  2. Prajan

    How can I search and replace certain word in a .p file ?

    Hi All How can I search and replace a word in a .p file ? I have a .p file and I need to write a program that searches a word given as input by me and replaces that word by the new word given by me. I tried it to do it using the stream. I got the whole file in a stream too and extracted a...
  3. Prajan

    Asynchronous run of a program and using the temp-table name !!!!!

    I have a problem regarding the using of table name in the query. For eg I have a program client.p where i have a table name. I have to pass this table name to the serverprog.p program which runs asynchronously from the client.p. DEFINE VARIABLE async-request AS HANDLE. DEFINE VARIABLE s-hdl...
  4. Prajan

    Asynchronous request

    Hi I am trying to run an asynchronous request. I have a program say clien.p and the next server.p. The code i used is RUN b/test.p ON s-hdl ASYNCHRONOUS SET async-request EVENT-PROCEDURE "GetCustNum" (INPUT customer-name, OUTPUT customer-number AS INTEGER). WAIT-FOR PROCEDURE-COMPLETE OF...
  5. Prajan

    Dataset

    Hi all I want to add the records of two different tables in a single table. Can you please help me for doing this ?
  6. Prajan

    Why restricted to 32K for html in Progress ?

    Hi All During my work my html file grew more than 32k. My html file is around 40k. Since due to so I couldn't see my output, its now a blank page. I reduced my html file size but have some problems doing so. I request to all the progress programmers to help me solve my problem. Can i find...
  7. Prajan

    Wanted a simple book.........

    Hello friends Being a new Progress Developer, I am getting difficulty in knowing this software. So I request the community to provide me name of the book (the sites as well) which helps me to grasp the idea. I am looking forward to getting the name as soon as it would be possible for you all.
  8. Prajan

    Hello to every one

    I am a new programmer in progresss from Nepal. I wish I can get help from the members of ProgressTalk.
Top