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

    Never mind I found my answer...
  3. J

    Progress Index Rebuild

    Can I do the progress index rebuild, while the system is up and running???:blush:
  4. 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...
  5. 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...
  6. J

    Group by and sub total

    Dear SS Kiran I am also trying to do a subtotal by a specific field name and I was wondering if the suggestion you received worked or if you found another way to get your groub by and subtotal ? JP
  7. 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...
  8. 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) **...
  9. 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...
  10. 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...
  11. J

    Add Part description to a forecast report

    :blush: Thanks Longhair I am new at this and this helped me a bunch. Thanks again.
  12. 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...
  13. J

    Build Month Array

    Re: Build Month Array ????
  14. J

    Build Month Array

    Re: Build Month Array ???? The code has already been written previously to build by week, so they just want to change it to build by month Our material control manager wants to see how to schedule our production by work center for the month by build hours ... Here is the week array...
  15. J

    Build Month Array

    :) Thanks Stef I am almost throught this array now the compiler does not like ** Unable to understand after -- "sub1] = date". (247) ** Could not understand line 91. (198) ws-month-date [sub1] = date(month(ws-month-date [1]) + sub2, 1, I really really appreciate your help and quick...
  16. 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