Search results

  1. F

    Search not working ?

    It seems to me that 'Search' is not currently working..
  2. F

    QUERY-PREPARE FOR STATIC BROWSE

    I have a simple Dialog form, with a single Browse. The Query hits a couple of tables (ie: FOR EACH 'this', FIRST 'that',...). I'm looking to capture the default 'PREPARE-STRING' attribute and store it in a variable. I can see in Help that the 'Prepare-String' attribute will return '?' if...
  3. F

    'short circuit' with 'If' statement

    Does Progress 4gl have the 'short-circuit' behavior like some other languages, in a multiple condition 'If' statement? ie: If ( (varA = False) OR (varB = False) Or (varC = False)) then do: //stuff end. Else do: //other stuff End. 'short-circuit'...
  4. F

    Answered Exit a 'For-Each' loop

    I would like to exit a 'for each' loop early if conditions are met, not sure of the syntax.
  5. F

    Smart Window Browses Editing (Open Edge)

    I'm working on an App Builder-Smart Window- added a browse with the 'browse wizard' . Later on I decide I need another table to be 'joined-in', the query is by now a 'free-form' query. I cannot remember how to get to the 'browse definition' code, I can view it fine. The Section Editor does...
  6. F

    Need 'UNique', or 'Distinct' records for my Browse

    Is there a 'keyword' , or similar , in Progress, when querying (?) that would give me 'Unique' records, such as using 'Distinct' in SQL? ie: I want all customers that have placed orders , but I don't want repeats , each customer only (1) time, I'm using a Browse w/a Query?
  7. F

    How to clear a 'Browse'

    I'm developing an app, 2 browses, First holds 'CUstomers', click on customer, 2nd browse enabled to show all orders from that Customer. I don't know how to clear 'browse 2' after a new 'Customer' is selected in browse 1.
  8. F

    Update record with ADO(vb 6.0) using SQL_92 ODBC ?

    We have the Merant 3.6 sql-92 ODBC driver , set up to connect with our progress 9.1D database. I've been developing ,to date, app's which only 'get' data, in mostly vb 6.0 using ADO and recordsets. I now need to to some data modifications , I've been trying to use the .Update method with my...
  9. F

    Progress ver 9.1D9020-restricted

    We have a progress DB ver 9.1D9020 running in support of a Vantage by Epicor Manufacturing Business System. I was working thru the Progress 4GL Tutorials and discovered that my version of Progress does not allow me to alter any databases from the Pprogress tools, not even the sample 'db'...
Top