Search results

  1. P

    COM objects

    OS-windows7 Version-OE10.2B I would like to know where can I get the list of COM objects methods/events/properties. I got the below msg from prokb: How do I view the properties, methods, and events of COM objects? PROGRESS provides a COM Object Viewer that displays the properties, methods...
  2. P

    funtion of Accumulate

    ****************** open edge 10.2b win 7 enterprise ****************** I don't know how accumulate works and where i can use it. DEFINE VARIABLE i AS INTEGER INITIAL 0 NO-UNDO. FOR EACH invoice BREAK BY custnum: ASSIGN i = ACCUMULATE amount ( SUB-TOTAL BY custnum ). End. Iam...
  3. P

    division in progress

    ****************** openedge 10.2b windows 7 enterprise ****************** DEFINE VARIABLE i AS INTEGER NO-UNDO. UPDATE i. i = i / 10. MESSAGE "i value is:" i VIEW-AS ALERT-BOX INFO BUTTONS OK. for this code,if i give number which has unit's value between 0 to 4 it is giving...
  4. P

    what is thew purpose of temp tables and work tables in progress

    Iam new to work on progress.. started learning now. may i know the major quality of progress.
Top