Search results

  1. A

    Pass long string to a Web Service

    Hello all, Progress 10.2a Hp ux 11.31 I need to send a long string (more than 32k) to a web service when i try to concatenate variables i get: bfx: Field too large for a data item. Try to increase -s. (42) Error attempting to push run time parameters onto the stack. (984) Please...
  2. A

    CIM Process

    Hello to all, I want to create a program that do "Issues - Unplanned", "Receipts - Unplanned" based on a flat file. I want to use a CIM for that, but my question is how can i validate that each transaction on the flat file was applied? In case that one transaction fail for any kind of error i...
  3. A

    Generate XML

    Hi to all, I need to generate xml files for third party software. I search and I found the “External Program Interface” and the example on how to generate xml, am really not an expert in progress and I a code the following, but what didn’t make sense to me create an X-NODEREF for each level of...
  4. A

    XML dynamic library problem

    I'm running an Example Of Creating an Output XML File and the following error is appearing when i run it: DEFINE VARIABLE hDoc AS HANDLE. CREATE X-DOCUMENT hDoc. Could not open Dynamic Library: /usr7/dlc91e/lib/libicuuc-psc.sl (8013) does anyone have any idea how to fix this...
  5. A

    Problem with BROWSE

    I’m trying to use a BROWSE to edit, delete and add 4 fields in each record, but the browse only let me update the first one, I cannot navigate to the others fields. Thanks for all your help. Here is my code: DEFINE QUERY det-query FOR gtd_dmstr SCROLLING. DEFINE VARIABLE Method-Status AS...
  6. A

    Error compiling PDFInclude

    Hi, When i compile the pdf_inc.p i get: mfgus 07/16/07 10:04:10 Compiling procedure pdf_inc.p. ** Unable to understand after -- "PUBLISH". (247) **...
  7. A

    Install text2pdf.p

    Hi to all, im new in mfg/pro and i have a question How do i install the text2pdf.p??? Many thanks
  8. A

    Sales by Salesperson

    Hi, How can i have the sales by sales person? Thanks
  9. A

    On Hand Inventory In a Specific date

    Hi, I need a query to get or calculate the On Hand inventory in a specific date. Can someone help me. Thanks in advance.
  10. A

    Query (not purchased items)

    Hi, I am very new in QAD and would appreciate all your help. I need a query to get all items that wasnt purchased in the last 24 months. Many Thanks
Top