Search results

  1. D

    progress to .net

    Hi, we are in the process of converting certain progress programs to make it work on .net. Few programs have the "Pause 0" statements. Any idea, what can we replace 'pause' with? Regards, Div.
  2. D

    Installing progress on HP unix 11i

    We are trying to install openedge on HP unix 11i server... We are getting an error on core dump....any idea how to resolve this? regards, Divya
  3. D

    How do we pass values into QAD's browse/view maintenance ?

    Hello!!! I have a customized program with a purchase order number and receiver number as input fields. When the purchase order number is keyed in, a browse at the receiver field should display only the associated receivers (belonging to the purchase order) ... Any idea how this can be done...
  4. D

    problem with import

    Hi , I have a CSV file with the below data 1000,1200,1300,100,charges 2000,1200,1300,-300,Charges input from "test.csv". repeat: import m_line1 m_line2 m_line3 m_line4 m_line5 m_line6. assign m_line_no = m_line_no + 1. input close. /* m_line1 m_line2 etc are local variables */...
  5. D

    CIM across domain

    Does anyone know how to cim data across domain?? Rgds Divya
  6. D

    Cim to tax detail frame of sales order shipment program

    Hi all, I have a so line with multiple tax types .... when I use the arrow keys at the 'Trailer field' .... I am able to see different tax types and update the tax amount manually.... but i need to edit the tax amount via CIM..... I am unable to arrive at the CIM format...... Please lemme...
  7. D

    Exit icon

    Hi I have written a wrapper on one of the QAD's program. During the course of QAD program, I create and populate a temporary table with necessary data. When I exit the QAD program, I use my temp-table data and perform CIM to another program... When I select the "ESC" key.....cim happens...
  8. D

    issue with using Preprocessor across programs

    Hi all, Is it posiible to pass the pre-processor defintions across programs (from one .p to another) Regards, divya
  9. D

    Error occurred while accessing component property/method: <property or method name>"

    Hi, I am getting the below error when I try writing a simple program which will display the report in excel "Error occurred while accessing component property/method: <property or method name>" when I try looking for details using the message number, I get the below description "An error...
  10. D

    Error occurred while accessing component property/method: <property or method name>

    Hi, I am getting the below error when I try writing a simple program which will display the report in excel "Error occurred while accessing component property/method: <property or method name>" when I try looking for details using the message number, I get the below description "An error...
  11. D

    ALT-F2 does not work for a customized browse - GUI

    Hi All, I am trying to create a customized browse in GUI. I see that ALT-F2 does not work. When I replace it with any other key combination say CTRL-W, the browse opens. can u guide me on this.
  12. D

    how to find out that the completion of on write trigger?

    I have a on write of tr_hist procedure trigger . When I do.... say 10 shipments, is there a way to find out when the "on write tr_hist" gets completed . I want to do something after the "on write of tr_hist" gets completed!!!
Top