Search results

  1. P

    compiling a procedure file?

    If you want to store the compiled code u can use the following syntax: COMPILE "c:\TEMP\hai.p" SAVE.(saves the compiled .r file in same folder where .p exists) or COMPILE "c:\TEMP\hai.p" SAVE into c:\XYZ\. (saves the compiled .r file in diferent folder specified XYZ here)
  2. P

    COM objects

    Thank you Rob
  3. P

    COM objects

    Could you please tell me how can I go for object viewer and point to excel.exe ( which I mentioned the same while starting the thread)
  4. 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...
  5. 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...
  6. P

    division in progress

    thanks tom
  7. 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...
  8. 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