Search results

  1. S

    tax class browser not working

    so for so_taxc, replace the Procedure to execute to txlu008.p and give a try.
  2. S

    tax class browser not working

    Can you find the drill-down for ad_taxc also and send me a screen-shot?
  3. S

    tax class browser not working

    - it's actually at the header level. - What did you search for? Can you check for option 36.20.1 or mgdlfhmt.p? What are the entries for fieldname = so_taxc defined in your system? Also, check what are the entries defined for fieldname = ad_taxc defined in your system. You might have to...
  4. S

    tax class browser not working

    1. What's the Mfg/Pro version of the new instance? 2. Tax Class F2 not working - at header level or line level? 3. Not working? - Does it show blank help screen with no records? or does it say "help not defined" - attach a screen-shot, if possible. 4. Depending on your version of Mfg/Pro, can...
  5. S

    Tax in Invoice

    since you are on eb2 means u must be using gtm module - has this module been setup correctly? what region are you in north-america, apac, europe? the taxes are calculated based on: ship-from site, ship-to address, customer taxable flag, item taxable flag. kindly provide more details or...
  6. S

    Cache?

    Can you kindly specify you environment? QAD Version, Progress Version, O/S, UI: GUI, ChUI, .NetUI, desktop UI? 1. Being 2 QAD environments, you don't need to compile against the 2 environments as QAD startup parameter file has a logical db name (qaddb). 2. Is the program in which the changes...
  7. S

    4-in-1 Integrated Report Publisher for QAD Mfg/Pro

    Hello There, I am in the process of setting up my web-site and am running behind schedule. Should be up pretty soon. In the meantime, you can download the demo files from here - The demo files can be played in QuickTime (preferred) or Windows Media Player. Let me know if you have any...
  8. S

    output to email option

    Check out opensource Blat - A Win32 command line SMTP mailer. http://sourceforge.net/projects/blat/ I have successfully integrated this with many Mfg/Pro installations.
  9. S

    Error while give out put to file

    Login as the user (the userid used in the connection manager for the desktop) in ChUI and check if this userid can create the file & has read/write permissions. Also, should not use View-as alert-box for .NetUi/Desktop. Hope this helps.
  10. S

    4-in-1 Integrated Report Publisher for QAD Mfg/Pro

    4-in-1 Integrated Report Publisher for QAD Mfg/Pro that works on all UI's, all O/S's and all versions. QAD's Mfg/Pro system provides users with a host of standard reports but can be only printed, viewed or saved as text files . 4-in-1 Integrated Report Publisher for QAD Mfg/Pro includes: 1...
  11. S

    Using ODBC with Progress 83E

    You also have to add the -S services list to the services file on ODBC clients in order to access it (in case of Windows client).
  12. S

    Closed Invoice Reprint - C

    Since it's Closed invoice re-print - that means the invoices are already in the invoice history file - in the pgm - after for the for each ih_hist loop, do a find ar_mstr where ar_nbr = ih_inv_nbr and ar_type = "I" - if ar_amt = 0 then next. This 2 line condition will help you skip zero amount...
  13. S

    send file from unix server to windows hard disk

    Alternately, you can output to email & send the file as an attachment to the user's email inbox. Check QAD on how to setup email as a printer and to send outputs as attachments. -sanju
  14. S

    Sales Order Delete

    Please contact me off-line with your contact details and i can provide you the details. The pgm is special utility written specifically for deletion of Sales Orders only and is progress based. As mentioned, it does check all the functional integrity and validations before deleting the order...
  15. S

    Transpoters' Freight Payment

    Could you elaborate on your requirements? There are couple of things: 1. Freight Calculations based on weights and standard fedex/ups charges 2. Actual Freight Payment to the Freight Agent For #2, you can write a custom program to calculate the total freight by each Ship-Via for all Invoices...
  16. S

    QAD CIM question - URGENT

    don't know what you are trying to achieve by modifying the value of the global_userid other than breaching the security set by mfg/pro. anyways, the security profile of the user is loaded immediately after login screen and hence per my understanding you cannot bypass/overwrite the security...
  17. S

    Sales Order Delete

    hello there, how many orders are we talking about? if there handful 20-25 orders, then manual deletion is the way to go to keep the database & functional integrity. however, if there are 100's of orders that you would want to delete, then it is time consuming and error prone. Couple of my...
  18. S

    how to open excel file directly from mfg/pro

    What are you planning to do by opening/reading Excel files in Mfg/Pro? A little more details would be helpful. I have developed tools to convert Mfg/Pro reports to Excel directly as well as to read Excel files to import data in Mfg/Pro. -sanju
  19. S

    Opening Excel file through MFG/PRO

    Hello There, Currently, I am beta-testing my product "QADXL" which converts most of Mfg/Pro reports and some of the Inquiry screens and opens directly into Excel (sent via email as an excel attachment). QADXL is a powerful and flexible and yet inexpensive tool to transform QAD's Mfg/Pro...
Back
Top