Search results

  1. B

    How to read a bank file

    I'm trying to read in an input file from a bank and then compare some of bank input fields to some of the fields in the MFG/Pro ck_mstr and ckd_det tables. The input file has no separations like " or , and each line is a seperate record and the information is fixed. I tried the "set" command...
  2. B

    Looking for Progress Character Classes

    Does anybody know of a good place to take Progress Character Classes, I'm not a beginner programmer but I need to work on building temp tables, table relationships, learning the commands ect... I use Progress Ver 9 for MFG/Pro. I went to the QAD MFG/Pro & Progress web sites and was looking for...
  3. B

    How to find components

    Hello, I'm looking for a simple way of finding all the components at every level for a parent item? For example, my user will enter a parent item and I need to display all the components used to make the parent, I need to add this code to an existing custom progress report. Thanks, Bernfish
  4. B

    Formatting Question for Decimals MFG/PRO

    I need to capture partial quantity information and store it in the tr_hist table in our MFG/PRO system. For example: tr__dec01 = 2 (number of complete widgets in a box) tr__dec02 = .5555 (number of a partial widget in a box) tr__dec03 = 2.5555 (total number of...
  5. B

    Progress V8 MFG/PRO Duplicates

    What's the easiest way in Progress V8 character to display all my different statuses (pt_status) and description (pt_desc1) only once? I keep getting all my statuses with duplicates. Thanks, Bernfish
Top