Search results

  1. B

    Shared Temp Tables and Dataset

    Hi, I have to modify a screen. It is composed af a window and an OCX for three tabs. On each tab, there is a different window, each containing fill-ins, combos, etc... All datas displayed are from a database but not directly. In fact, the main window declares six new shared temp tables and...
  2. B

    Server down : don't lose everything.

    Hi, I have a problem on a query i wrote. It (the query) is very complex and has a lot of recursive requests (same table, previous lines). On a very heavy database, the request lasted over 6 days :blush:. But the server went down and all changes were lost. my code is like that : DEFINE QUERY...
  3. B

    Word through Progress

    Hi all, For my job, I'm developping softwares using Progress. A few days ago, we had a challenge : create a word document with datas and merging automatically knowing the path to a model. Someone found a procedure using Com-Handle to make the interface with word. We did it but some...
Top