Recent content by gcheak

  1. G

    Shipping Invoice at Zero price

    MFGPRO 2008.1 On occasion we have new items that do not have pricing setup in the system at shipment time. When we go to ship these parts they are invoiced at zero dollars. Obviously this could be resolved with a procedure change. Question: Is there a way in MFGPRO to disable an item to be...
  2. G

    Scrap from discrete work orders not accounted for in MRP

    MRP detail does not show scrap qty in our system. I can accumulate the reported scrap per work order, no problem. I need to find a way to reduce WIP by that amount so that MRP does not consider it as supply. It appears that MRP only considers the work order qty ordered.
  3. G

    Scrap from discrete work orders not accounted for in MRP

    We are using 16.19 Work Order Operation Backflush as the parts move through the operations. The problem is, we may scrap a significant number of parts at an operation. We need MRP to see this and adjust planned orders accordingly.
  4. G

    Scrap from discrete work orders not accounted for in MRP

    MFG/PRO 2008.1 Our shop runs on discrete work orders. Through the manufacturing process, at any operation, we may scrap a certain number of parts and report the scrap qty in 17.7 Operation Scrap Transaction. This scrap qty is not reflected in MRP. Has anyone found a workaround for this? Greg
  5. G

    How to schedule MRP Net Change?

    ...and disregard. Found the answer using a proper search. http://www.progresstalk.com/showthread.php?114472-auto-batch-job-in-mfg-pro&highlight=batch
  6. G

    How to schedule MRP Net Change?

    QAD MFG/PRO 2008.1 Windows Server 2003 We would like to run MRP Net Change periodically throughout the day. The plan is to to run this in a batch file on the server via Task Scheduler. Can anyone advise what the proper command would be to run this? Thanks. -Greg
  7. G

    CIM Load 7.5.1 Customer Planned Orders

    MFG/PRO 2008.1 OE 10.1C I am trying to CIM Load legacy customer planned orders over from a Syteline system. Tables sch_mstr, schd_det and scx_ref are empty. My plan was to do this in two passes: 1) Do an initial load with the order information and one token requirement. That way I can answer...
  8. G

    Returning Parent-Child related data from a web service

    Everything I needed to know was in this thread. :blush1: I just didn't grasp the concept of passing an output parm to carry the data. DEFINE TEMP-TABLE ttBar LIKE wo_mstr. DEFINE OUTPUT PARAMETER outData AS LONGCHAR. /* Fill temp table */ TEMP-TABLE ttBar:WRITE-XML("LONGCHAR", outData, yes...
  9. G

    Returning Parent-Child related data from a web service

    DB: OpenEdge 10.1C OS: Windows 2003 Status: Progress Noob I'm new to the process of getting information over from Progress into .NET. I've got the AppServer, Proxgen thing down...that works. I just need that last little bit that allows me to "export" temp table data as XML so my .NET app can...
  10. G

    CIMLoad gpcmmt.p

    I just got through that chore for Routing Comments. As mfg_newbie described in his example, each comment line is a separate field in the CIM file. The comments are stored in a field array char[15], so you can go out 15 fields in the CIM file. In my case I had more than 15 lines, so I had to...
  11. G

    How to get MFG/PRO username

    QAD MFG/PRO 2008.1 .NET Progress 10.1C Windows 2003 I've written a procedure to export work order records out to an XML file for printing via Crystal Reports. The files are written to the server. There are 4 people that generate work orders, so I need a way to keep those XML files separate so...
  12. G

    How to loop Transaction Comments

    QAD 2008.1 I am writing a small procedure to dump work order records to an XML file for printing in Crystal Reports. We have comments in cmt_det indexed from ro_det. cmt_det.cmt_cmmt is an array field. I need to create a temp-table record for every array element in cmt_cmmt. Is there a...
  13. G

    How to remove/disable button

    The button links to the Frontstep website, so it appears to be by design. Once IE is open though, the user can go anywhere they want. i.e. Check sports scores, My Space, etc., all on the server's dime. It is a gaping security hole that we never considered until we caught it being exploited. Greg
  14. G

    How to remove/disable button

    Yep, that's what I said, just before I changed the permissions on iexplorer.exe to admin only. Problem solved.
  15. G

    How to remove/disable button

    Syteline 6.01.10 Progress 9.1C18 Terminal Services on all clients Hello, On the main Syteline menu there is a button labeled FSTP that fires up the local browser and loads the Frontstep web page. The workstations in our shop have Internet disabled. This weekend a clever user discovered he...
Top