Recent content by kutti0506

  1. K

    New in Progress, modifiyng another programmer's code. Temp Table - Array

    Hi Tom, I tried to make my code a bit better (atleast i would say). Any comments ??? It would be helpful for my learning. DEFINE VARIABLE bhcustomer AS HANDLE NO-UNDO. DEFINE VARIABLE qh AS HANDLE NO-UNDO. DEFINE VARIABLE qString AS CHARACTER NO-UNDO. DEFINE VARIABLE...
  2. K

    New in Progress, modifiyng another programmer's code. Temp Table - Array

    Hi PanicProgress, Please find below one way of achieving ur requirement. I know it's more primitive (me too a newbie) but still it will work. Logic: 1. Calculate the total number of records in the temp table 2. Print all the records except the (last - 1) record (instead create another...
Back
Top