Recent content by Manikandan Gnanakumar

  1. Manikandan Gnanakumar

    Question Browse Manipulation

    Hi Osborne, Thanks for your suggestion. That really helped me in fixing my scenario.
  2. Manikandan Gnanakumar

    Question Browse Manipulation

    Hi, I have a scenario where I need a screen which should have a multi select browse. I have a similar screen already existing in my application which actually uses a single select browse. This screen matches my requirement in all ways except the multi select option. Is there any way that I...
  3. Manikandan Gnanakumar

    Question Word Document Updates

    Hi, I have a requirement where I need to open a report of few data in word document. User is allowed to edit the word document & when edited I need to save the document in a server disc space and open the same when the user prints the report again. My question, is there any way in progress to...
  4. Manikandan Gnanakumar

    Question Adding Row in Browse

    Hi, I am displaying a temp-table with values in a browse. I have a requirement where by pressing a button the browse should become editable and a new row can be added. For this purpose i have used "BROWSE-NAME:INSERT-ROW(AFTER)". By doing this will the newly entered row will be added to the...
  5. Manikandan Gnanakumar

    Question Working with Browse

    Hi, Thanks for your suggestion. It helped me in fixing my issue. Regards Mani
  6. Manikandan Gnanakumar

    Question Working with Browse

    Hi All, I have a couple of requirements with a browse. 1. On clicking a button, a new row should be added at the end of the browse and should be editable to enter details. 2. On a row where values already exists, Clicking on another button should make only couple of columns in the browse...
  7. Manikandan Gnanakumar

    Error Progress Error

    Thanks Cringer & RHD, the problem was because of compilation as you both suggested. Now the problem is solved.
  8. Manikandan Gnanakumar

    Error Progress Error

    Hi, When I get the following progress error, what all things that needs to be checked to fix the issue. I have checked for mismatch in the parameters but that was not the reason. Kindly help. "Parameter number 2 (table temp_act) mismatch. Has 172 fields - client schema has 173 fields...
  9. Manikandan Gnanakumar

    Question Certification for Progress

    Hi, Kindly let me know is there any certifications available for progress? If so, what would be the cost of the certification and the procedure in completing the certification. Regards Mani
  10. Manikandan Gnanakumar

    Question Error in DB Trigger Program

    Thanks Dude. I too don't like db triggers. But this is an enhancement work and there are quiet a lot db triggers. Almost to all tables. I take care of the negatives you pointed out. I have another question too. Do we need to enable explicitly the db triggers if we disable them in the flow of the...
  11. Manikandan Gnanakumar

    Question Error in DB Trigger Program

    Hi, I have a scenario where the find statement in the db write trigger of a table fails with no records and the "IF NOT AVAIL" is having "RETURN NO-APPLY". At this condition will the records written to the db table will be saved or not? Kindly clarify. Thanks in advance.
  12. Manikandan Gnanakumar

    Question Buffer-Copy

    Hi Cringer, Please find the code snippet below. Table names are modified. FOR EACH customer WHERE customer.muuttunut = TRUE: FIND FIRST t01ksktryhma WHERE order.p2000_ksno = customer.p2000_ksno AND order.kohryhtun = customer.kohryhtun AND...
  13. Manikandan Gnanakumar

    Question Buffer-Copy

    Is there any scenario where a "BUFFER-COPY" fails without giving any error? I am getting the updated value in the buffer until the previous line of the buffer-copy statement, but the record is not updated to the database. Its was not because of the write trigger, and also i have tried to trace...
  14. Manikandan Gnanakumar

    Question Buffer in Trigger

    Thanks Dude. Hope this helps my requirement.
  15. Manikandan Gnanakumar

    Question Buffer in Trigger

    Hi, I have a doubt in buffers created while database triggers are fired. I am aware that 2 buffers are available in write trigger (new & old buffer). Now my questions, 1. Is there a possibility that the old buffer will be blank at any situation? 2. Will the write trigger be fired while a new...
Top