Search results

  1. A

    Purchase- Goods Received not Invoiced export/report

    Hi. for MFG/Pro - using Progress database - version 74g7. does anyone know which table(s) are best used to show Purchase order lines that have been received but not yet invoiced ? is it pod_det? whcih fields or other tables to compare ? wanting to extract PO lines that are at this status...
  2. A

    Goods received not Invoiced Report

    Hi. for MFG/Pro - using Progress database - version 74g7. does anyone know which table(s) are best used to show Purchase order lines that have been received but not yet invoiced ? is it pod_det? whcih fields or other tables to compare ? wanting to extract PO lines that are at this...
  3. A

    cost table data

    We are on an old version- 74g7. is it possible to export all fields to csv?
  4. A

    cost table data

    Hi , I am relatively new to MFg/Pro. I am looking to extract the cost data for our master items. which MFG/Pro table is this data held in i.e. the material cost, burden cost etc ? also when extracting data from MFG/Pro by writing some data progress scripts, how do i write them so lets me...
  5. A

    MFGTmp are filling up- causing system to run slow

    Hi, We are runinng QAD74g7 version of MFG/Pro. We have today noticed that the MFGTmp area has filled up- 500MB- cuasing issues with the system. Has anyone seen this occurring before? and any reasons why this would occurr? We have been running a series of CIM load operations overnight to...
  6. A

    Updating fields directly using Progress

    Thanks- I tried what yo advised- see below. for each ar_mstr where ar_mstr.ar_bill = "0021975" and ar_mstr.ar_nbr = "INV67461" exclusive-lock: assign ar_mstr.ar_curr = "YEN". end. I got error that cannot complie programs that update the databse in this version, when i try to run. I am on a...
  7. A

    Updating fields directly using Progress

    We are using the ERP system MFG/Pro which uses a progress database. I am relative progress novice, but i know how to retrieve and outpur data via the For each and output commands. however, how do i update a field directly in a progress table without having to use the erp screen. do i use...
  8. A

    Updating fields directly using Progress

    We using the ERP system MFG/Pro which uses a progress database. I am relative progress novice, but i know how to retrieve and outpur data via the For each and output commands. however, how do i update a field directly in a progress table without having to use the erp screen. do i use...
  9. A

    CIM load for old/new item number maintenanace

    I have tried with @@batchload ppcpmt.p - "AJ4" "C0301E0000XX" @@End I got no errors but there is no record for Customer no. AJ4 and item C0301E0000XX. Any ideas? thanks alan
  10. A

    CIM load for old/new item number maintenanace

    Hi, We are on an old version QAD74g7. 10-15years old. Does this make a difference? I'll try again with your example. If different with our version please let me know. thanks Alan
  11. A

    CIM load for old/new item number maintenanace

    Hi, I am relatively new to the CIM load process. I am trying to perform a CIM load for option 1.16 in MFG/Pro. I only want to fill in the customer number and the internal item number. Here is what I had put but this does not work. Can you help. @@batchload ppcpmt.p ( where AJ4 is customer...
Back
Top