Search results

  1. H

    AppBuilder screen smaller than application

    Hopefully this is a very simple question. When opening a .w file in AppBuilder (version 9.1D08, POSSE Version 2.0) the window appears compressed - as a rough estimate it is 75% of the expected width and 85% of the expected height (relative to how the form looks when it is run in the application)...
  2. H

    Blank rows in Browse after resizing

    Progress 9.1D (Windows) In the ON WINDOW-RESIZED trigger, I change the height of a Browse, based on the change in the height of the window. This works, but when maximising the form the browse shows 2 blank rows after the rows that were originally visible. Clicking on either row causes the data...
  3. H

    Bypass Field Validation for empty field

    I'm hoping to make a change to remove an annoyance from a legacy Progress 9.1D database. The form includes a 2 part lookup, namely Area Code and Sub Area Code. If you just tab through the fields, on loading the form, then the validation message doesn't fire (which is fine, because its also...
  4. H

    Equivalent of a SQL subquery in 4GL ?

    Suppose that you have a table of support calls that contains an AssignedTo column (linking to another table of users). If you also have a history table that stores details of who worked on a support call and when, how could you query a Progress 9.1D database to get a listing of all the support...
Top