Search results

  1. P

    Import table names and perform a search.

    I have an input Excel file which contains some table names. After importing, how do I do a query on it. Ex:If have to do a for each on the table. Value-of, value etc, does not seem to work. Progress Version : 10.2b
  2. P

    Remove duplicates from Temp table.

    Can anyone please help me out with the below scenario. Def temp-table tt-temp field a as int field b as int field c as int field dt as date. Consider the below records in the above TT. Initial records. a b c dt 99 5 10 4/12/2012 100 6 12 5/12/2012 100 6 14...
Top