Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. spucelik

    Combo box name value pair error

    I added a new user defined field to the order entry screen and want to make it a combo box but want to use a name value pair. Meaning the name the user see's is "Value 1" in the combo box selections but when it is saved to the database I was the value of "1" saved. I look at other Macola...
  2. spucelik

    Macola Database

    I have added several tables to the Macola database to suppliment our own business needs and it's just another database oject so Macola doesn't care. Don't however modify any of the Macola tables like adding a column. When you try to launch the client it will blow up. My perspective on adding...
  3. spucelik

    Online Ordering

    Thanks for the feedback. I've heard of Interconnect but I don't want to use Synergy. I found 2 other vendors that do offer a Macola interface. Birddog software and Snyperdyne. Has anyone had experience with either one?
  4. spucelik

    Online Ordering

    I do have eSynergy but I'm not a fan of it. I'm aware of a product that fits into eSynergy but don't want to go down that route.
  5. spucelik

    Online Ordering

    Were currently on Progression 7.6.300c but are actively migrating to ES and hope to be there by the end of the year.
  6. spucelik

    Online Ordering

    Has anyone used a third party vendor that integrates with Macola to accomodate customers ordering online? If you have would you please share your experience and who the vendor was. Thanks!
  7. spucelik

    Calling a Crystal Report using FLEX

    Has anyone Called a Crystal Report using FLEX and passed some parameters to the reports? Thanks in advance/
  8. spucelik

    Mimic Numbertodate function in SQL VIEW

    Try this...I use it all the time. SELECT CONVERT(SMALLDATETIME, '20080318' ) Supliment the macola date with a field name or your own date. Hope it helps!
  9. spucelik

    No Local Admin Privileges

    You don't need to be a local admin to run Macola...see DocID: 17.027.168 on the support web site for a complete explanation of what rights you need to grant. Here is the body of the document if you're not able to view it: Description: What rights or permissions are needed on a Progression...
  10. spucelik

    eSynergy versus SharePoint

    Thanks for the information, especially comparison document. It was an intersting read especially since I've implemented and supported multiple SharePoint instalations I just can't get over how cumbersome eSynergy is to use versus the flexibility and extensive documentation on SharePoint. The...
  11. spucelik

    eSynergy versus SharePoint

    I'm a relatively new user to eSynergy with a lot of experience with SharePoint and I'm struggling to see what the value of eSynergy is. Were running progression but upgrading to ES shortly and I have the folloing concerns: 1. If I modify eSynergy under progression, which uses classic ASP...
  12. spucelik

    End Item Where Used

    I've run the report and it does give me what I'm looking for. keep in mind that i have 500 or so purchased parts that I'm trying to use this report for, which is the reason for the automation of it, so people don't have to look up 500 different items to see where they are used.
  13. spucelik

    End Item Where Used

    We have several purchased parts that need to be replaced and we need to understand what are all the BOM they exist in so we know what needs to be changed.
  14. spucelik

    End Item Where Used

    dgillz...thanks for you thoughts. I would think that Macola has theses alias tables for their own purposes so they can generate the report. I didn't see them though so maybe they are using temp tables in memory?? What I'm trying to do is a user has requested that within a particular bill of...
  15. spucelik

    End Item Where Used

    The problem with he report is that I have hundereds of items to see where they are used and wanted to automate the logic.
  16. spucelik

    End Item Where Used

    Within a bill of materials I have an item that is burried in the bill structure that I want to know where else it is used. This is very similar to the End Item Where Used Report in Macola. Does anyone know how this report is built so I can replicate the functionality. Thanks!
  17. spucelik

    IMLOCLBQ Customization

    Excellent...this is exactly what I was looking for. Now I can add a control through the designer and also manipulate it with VBA code. Just to satisfy your curiosity, I'm not wanting to manipulate the items in the list box. When you double click an item in the list box and get to the "Item...
  18. spucelik

    IMLOCLBQ Customization

    Thanks...I was able to get to the code window but I want to add a control to the screen (IMLOCLBQ) so that when the form receives the focus I can look into the IMINVLOC file and pull a couple more pieces of information that is not currently being displayed. Your help is appreciated.
  19. spucelik

    IMLOCLBQ Customization

    Does anyone know if you can add VBA code to the IMLOCLBQ screen? To get to it follow this path. - GO to add a new order in order entry - On page 2 you can click the Loc/Qty button to get to the item location detail view. This is the screen I want to modify. If I go to the screen...
  20. spucelik

    Setting tab order on entry field added with Designer

    I had this same problem when adding new fields to the MCA screen and could not set the tab order. What Macola suggests, which is what I implemented and it works fine, is write a Lost_focus event on the last field in the tab order and then for the fields you added and are in control of you need...

Part and Inventory Search

Back
Top