Search results

  1. J

    Pricing Tables & Customer Pricing Tables

    In a custom program, to calculate price - - for example on a future shipment . . . . Look at any qad program/report that calls gppccal.p, such as sosoisd.p. Just call that function with the same information (part, pricelist, u/m, currency, etc. etc.) and you will get the correct price for...
  2. J

    Excel Formatting

    Hi Joey, I would like to produce excel straight out of Progress, but don't want to use all of the complex object driven features in the newer versions of Progress. If I create a CSV using the export delimiter "," verb, what are my options to convert it to a simplified XLS? Thanks, Joe...
  3. J

    enablelargefiles and AI Questions

    I found out that at the 2gb limit, or if disk is full, the database will halt. Therefore the solution is to go with fixed-variable extents that max out before the 2gb limit, and should switch successfully to the oldest extent, if empty.
  4. J

    Producing Reports from Progress Db

    Progress sells an ODBC driver that would enable access to CR. Disadvantages, cost, setup complexity, overhead (slowing down the database application). Or you could write some simple "for each" Progress export programs on a daily/weekly basis and load the data into Access or other database...
  5. J

    enablelargefiles and AI Questions

    Hello, I am in an AIX 5.2 environment, Progress 9.1E04. QAD 9.1E. Our AI (after-image) files for the main database are variable length and will therefore max out at 2 gig. Will it automatically cut over to a new AI extent, assuming one is available? The documentation is a bit unclear. I am not...
  6. J

    Looking for CSV to XML utility

    Progress 91e on AIX character. Looking for a utility that will take a CSV and turn it into an XML that can be read easily by Excel 2003. It can be a Progress utility (as long as it will run under 91e) or a UNIX utility. Thanks
  7. J

    Exit from pending inv maint very slow

    EB1 release E. F4 exit from soivmt.p Pending Invoice Maintenance takes about 10 minutes. Is there a file we should be archiving? Thanks! Joe Drouillard Avenue-Systems LLC
  8. J

    printing graphic images (jpg, bmp) to laser printers

    re: printing graphic images (jpg, bmp) - such as signatures, logos, etc in Progress. This only works on laserjet or other PCL printers. I posted on this topic in the past, and, get called now and then when somebody finds it after doing a search. I have written a more thorough explanation...
  9. J

    New Tip on Web Page: Faxing and emailing out of Mfg/Pro

    Hello, I jost posted a new tip on my web page. How to fax and e-mail out of Mfg/Pro. - Joe http://www.avenue-systems.com
Back
Top