Search results

  1. J

    increasing font size on a report

    Is there a way to increase the font on a report in progress besides changing the printer? Progress Ver 9.1C
  2. J

    Progress Index Rebuild

    Can I do the progress index rebuild, while the system is up and running???:blush:
  3. J

    Progress Newbie

    Hello Everyone! I hope someone can help me.... This is my first time programming in over 7 years and I am having some difficulties and am in need of some help. I am trying to write a program and for some stupid reason I can't get it to run without any issues. I am in the Auburn Hills...
  4. J

    QAD - subtotal by ff_part

    :o I hope someone out there can help me. Here is my issue I am running a report by forecast data and with multiple cm_type (customer type) with the same ff_part number and what I need is a code to combine all the same ff_part numbers to one ff_part number. My other issue is that it is...
  5. J

    Duplicate Data

    Can someone please help me??? I cannot figure out what is wrong I have tired using the <= and I am still getting duplicate data in my report. I am currently using QAD version SP7 on eB server. Progress v 9.1c. I only want the report to bring in the part data from my forecast budget file only...
  6. J

    Array Subscript Error

    Can anyone help me with this error message. I have no idea what they are talking about... Here is my error message ** Array subscript is less than 1 or greater than extent. (367) ** Could not understand line 100. (196) ** Array subscript is less than 1 or greater than extent. (367) **...
  7. J

    Forecast Data Only

    hello! I am wondering if anyone can help me! I am trying to get the forecast budget data only from our budget file and this is the code I am using but it seems like it is bringing in budget data from everywhere... I need the part number from the ff_mstr to be equal to the pt_mstr and to the...
  8. J

    block data

    I got it!!! Never Mind!! Please disregard.... If anyone can help me I would greatly appreciate it... I am having some difficulties building a report from QAD by ro_det (routing), by pt_mstr and by ff_mstr. Each table has data i need My ultimate goal is this. I need a report...
  9. J

    Add Part description to a forecast report

    I am creating a new report with forecast data, however I need the report to include a part description and there is no part description field name in the ff_mstr table. Can anyone suggest a code where I bring in the pt_descr1 for all part that equal ff_part = pt_part.. Currently using version...
  10. J

    Build Month Array

    HELP!!! I am trying to build a month date array with the following code... /********************************************************************/ /* Find Month and build Month Date Array */ /********************************************************************/ /* assign var[1] to beginning...
Top