Search results

  1. G

    Weekday and Modulo

    Hello, I've created a dynamic query. Now I trying to use the functions Weekday and Modulo within the query but I can't get it working. Does anyone know how I can fix this? Greetings Bob
  2. G

    Database fields in a progress program

    Hello, I've got to make a program wich can get the database fields wich are included in a other progress program. For example: run getDatabaseFields.p (INPUT program.w) Does anyone know a way to do this?? Greetings Bob
  3. G

    Query and Buffers

    Hello, Thank you for your reaction! But now I have the problem of max 18 tables. Does you know how to solve that? Greetings Bob
  4. G

    Query and Buffers

    Hello, I've got a problem with setting buffers for a query, can anybody help me? The problem: I have a query and the query contains the same table 2 times: example (part off the query): ,EACH brwa OUTER-JOIN NO-LOCK WHERE(brwa.brwa-kc EQ...
  5. G

    Report Builder information

    Hello, Report Builder always gathers his information out of the database, is it possible to gather information for the report builder and put it on for example a temptable? In other words, I just won't to change the layout of my information using the report builder, I don't know how to do...
  6. G

    Report Builder Parameters

    Hello, I have the following problem: I have created a report with the Report Builder: In this report I've created the calculated field ask_names: ask_input("NAME"). This field cals the function ask_input(): Parameter USERINPUT as character IIF(USERINPUT Matches...
Top