Recent content by roy999

  1. R

    Group by MAX

    Where can i find the best practice documents?
  2. R

    Group by MAX

    Hi....I need some help again. I've got a table with tel no's. In this table are fields called tel_obj,cust_id and the tel details. Tel_obj increases when tel no's are updated. So 1 customer could end up with 5 records in the table, of which only the last record is significant. I tried using...
  3. R

    Please help

    I managed to figure out how to use the temp tables. :D I had a problem though where it would import a blank row after the last row of data was imported, so i used an IF statement to get rid of that problem. Thats how i ended up with this block of code. And it actually works. It imports the csv...
  4. R

    Reading text files as a table

    Hi Tom, Thanks for replying to my post, and sorry for hijacking this post. :o This solution would work better for me than the 1 you provided in my post. The only problem is that i dont know how to get Progress to find the file. How do i do that?
  5. R

    Please help

    Hi, I'm new to progress and need some help please. Policies is a variable which holds contract numbers. This variable is initialized with a list of contract numbers and gets incremented in the loop. It works fine when there are 10 contracts, but when i have 50000, it gives me an error. Is there...
Top