Search results

  1. dulecki

    Isb_mstr.isb.ins_date Audit Trail

    I believe it can also be done if you have Enhanced Controls in place. That's kind of the replacement to the old master file audit trail... far superior.
  2. dulecki

    Question Need Some Help With Browse And Lookups

    Hmmm.... not sure what triggers a browse to start with multiple filters available. I'll keep looking around.
  3. dulecki

    Multiple Function calling in Browse Maintenance

    Nellida, you've got those functions defined in the Local Variables tab? How are part and wonumber being defined / assigned? I suspect that they don't have values (or the values you expect) and therefore your FOR EACH doesn't return anything.
  4. dulecki

    Question Need Some Help With Browse And Lookups

    Let's see if this helps or not. 0) Make sure you've right-clicked on the tabs in the bottom of Browse Maintenance to choose "Show All Tabs". Several useful tabs are hidden by default. 1) What do you mean by "prefix filter"? If you're referring to the ability to filter the results based on...
  5. dulecki

    Upcoming Michigan / West Michigan Pug Meetings: Modernization Workshop

    July 20 and 21 are the dates for the next MPUG and WMPUG meetings. Each day-long meeting will feature a hands-on OE Modernization workshop in the morning with optional golf in the afternoon. Register for either (or both!) events here: MPUG...
  6. dulecki

    Please Help Urgent !!!!!

    I would suggest looking for recursive code loops or things being defined multiple times without being eliminated. Training would certainly be a benefit.
  7. dulecki

    Unable To Pass Value Through Input Par/shared Variable

    Have you verified what's getting passed through to bb.p? Just because it compiles doesn't mean it's set up to do what you want.
  8. dulecki

    Question How to create a new menu in .NetUI with custom browse?

    Add it to the menu in Menu System Maintenance. In EE, you also have to grant permissions to run it.
  9. dulecki

    Question How can export a Report directly from QAD to Excel?

    User Interface? In character, I've saved as a text file and opened in Excel. Then you need to import. In .Net, you can run reports and send them to Excel as an ouput. There are some exceptions to this. Good luck.
  10. dulecki

    Field Default Master Table

    Long and delayed response... apologies. That table is used to store user-specific memorized values for individual fields. It was used in your version of QAD as it is today. To populate a record, go into any program in QAD, type a value, and hit Ctrl-A. This will store that value for you in...
  11. dulecki

    QAD .Net browse function

    Sorry for the delayed response... sounds like the variable hasn't been defined yet. It's typically defined in mfdeclre.i, so I suspect that mfdeclre.i isn't included yet. I'm not sure exactly where it needs to go (maybe in preprocessors), but that's likely your problem. Good luck.
  12. dulecki

    Mfg/pro User Not Able To Generate Report.

    It's also possible that the program was compiled against a different database name (either logical or physical), and your session is connecting to that database with a different name. Is tel_rmg one of the databases you're actually connect to?
  13. dulecki

    User Isue Please Help Urgent

    What version of QAD are you running? In current versions, there is no 32.12.24 option... 32.12 is the Fixed Asset Report. So I'm going to leap to the conclusion that you've got a custom program... you may need to review that to see where it's trying to put things. If one user can run it and...
  14. dulecki

    Very Urgent Issue. Kindly Reply Asap

    There is a QAD kbase entry on this. It indicates that you get this message if you did not include the -b parameter on your original client script. Check login And for the record, that's not a CIM file :) That's Progress redirection... which is what CIM is based on. Good luck.
  15. dulecki

    Error How Can I Delete A Formula Code In Qad Ee 2013?

    Hang, I just tested your steps in 2014EE and I was able to successfully delete the formula code for 123-01. Somewhere, there's a BOM or formula associated with it... I suspect that deleting the alternate BOM didn't work. I would check in 13.5 and 15.5 to make sure there are no records there...
  16. dulecki

    Question Coding a simple browser to show in QAD NFG PRO .NET UI

    I agree with Pechadre. In the .Net environment, it's easier to create a browse to do this. Then you can set it up as a standalone program (power browse) or lookup (drill down). In character, I'd use the old scrolling windows functionality for lookups. Create your own sw program to try it...
  17. dulecki

    Question Automatic creation of DO based on quantity to ship

    DO is Distribution Order, the second half of a DRP order/shipment process. The first half is an Intersite Request (IR). It's driven under the DRP menus... 12.17.
  18. dulecki

    Question Automatic creation of DO based on quantity to ship

    Greetings, all. I'm looking for a way to automatically create a DO by entering the item and quantity to ship. The DO workbench kind of does this, but I have to approve the individual I/S requests that I'm going to ship. I'd like it to be as simple as "I want to ship these 100 units. Make a...
  19. dulecki

    Answered Server proccesses & port numbers

    Brokers don't assign those, people and scripts do. As Larry indicated, check your scripts to determine what they're being set to. Ideally they're using the service names, but they can use port numbers if they want. I have seen a shop where there were no service entries, just port numbers...
Top