Recent content by Prajan

  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

    Some practical questions, tehniques

    You can make multiple keys in the tables created (Go to Create Index in Index icon). The other key except the primary key is unique, active. Rules are created when u move to field properties (Go to Field Icon) and go to fill the validation filed after clicking validation button.
  3. Prajan

    How to preview Crystal Report report via 4GL?

    Hi I think the link below might can help you to solve most of your problems http://www.progresstalk.com/showthread.php?t=111572 prajan shrestha Nepal
  4. Prajan

    Running Crystal Report from xml file

    Hi I was going all the discussions when i find this post. I have something that might help you. Its a small part in the crystal report you are using. Can you please open your crystal report manually and go to file. In file tab you will see "Save Data With Report". I think in your case its...
  5. 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...
  6. Prajan

    How to preview Crystal Report report via 4GL?

    Hi Well regarding the xml, you have to create your own xml according to your requirement. If you are able to generate an xml, then your most of the problem will be solved. By the way which version of progress are you using. If its openedge 10.1A then you have the functions to automatically...
  7. Prajan

    How to preview Crystal Report report via 4GL?

    Hi To preview a Crystal Report via 4GL, first of all create an xml file from .p program and use that xml file in the CR. You have an option to use that xml file being created. Then after making the CR, you need an ocx file to view that CR from the .p program that you have used. Prajan
  8. Prajan

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

    Hi Thank you very much for the replies. I am able to solve the problem. :). Once again thank you.
  9. Prajan

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

    Hi Once again thank you for the wonderful co-operation and suggestions. I dont want to do these stuffs in a static way. I am preferring the dyanmic temp-table. I am now following Casper path. I have a hTemptable now. DEFINE VARIABLE hTemptableAS HANDLE. CREATE TEMP-TABLE hTemptable...
  10. Prajan

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

    Hi Thanks for the reply. I think the thing I was is a bit different than you told. I need to put the table name inside the query. DEF TEMP-TABLE tt-try LIKE (......). FIND FIRST (......) WHERE (.....).NAME = customer-name. (......) this needs to be filled with the table name coming from client.p
  11. 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...
  12. 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...
  13. 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 ?
  14. 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...
  15. 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.
Top