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: *

  • Users: johnny9864
  • Content: Threads
  • Order by date
  1. johnny9864

    I have an issue in the .Net library AP Sage300 (Version 2019)

    I have an issue in the .Net library I have no issue creating a vendor using a macro: Dim mDBLinkCmpRW As AccpacCOMAPI.AccpacDBLink Set mDBLinkCmpRW = OpenDBLink(DBLINK_COMPANY, DBLINK_FLG_READWRITE) Dim mDBLinkSysRW As AccpacCOMAPI.AccpacDBLink Set mDBLinkSysRW = OpenDBLink(DBLINK_SYSTEM...
  2. johnny9864

    .net existing sessions

    I used many times in the past the login process in .Net libraries but I need in a new project to know where the user is logged in. Is there a way to figure out what is the current logged in session(s) or at least to what company it is logged in ? I found some mention of an object called...
  3. johnny9864

    Hi all, I am very familiar with ver

    Hi all, I am very familiar with versions 5.x, I was wondering if in present versions 6.0 and up Sage made at least an effort to correct the big obvious problems: Being a local administrator to run ACCPAC Using ODBC as the only connection for reporting Using Crystal Reports as the only...
  4. johnny9864

    Frames without frames

    I want to write an app with a treeview on the left and the corresponding page on the right. Perfect frame scenario. Can I replicate this in asp.net where when i click on the left tree, the right "frame" updates with the content of a page ?
  5. johnny9864

    Item pricing based on order total.

    I was looking at item pricing with one of my customer and they had a question. They would like to give a discount on an order not on a single item based on the quantity but rather based on a type of items based on the total purchase. These items are grouped by a IC Category. In other terms...
  6. johnny9864

    The damned finders

    Is there any way I could setup the finders when I am trying to open documents to show me recent documents instead of documents from 1997 first ? When I search for item numbers and things like that its fine to have the order by alphabetic order but for documents this extremely annoying, there...
  7. johnny9864

    OLE DB instead of ODBC for some reports

    I want to know if anybody tried or succeeded doing this : I want to move some ACCPAC reports to OLE-DB instead of ODBC connections (excluding any datapiped reports of course). When I change the connections to these reports using OLE-DB I have no problems printing them from the Crystal Reports...
  8. johnny9864

    C# problem with a AppDomain level Singleton

    I have an ASP .NET (written in C#) application which opens two singletons as it starts. In normal times all is well and users access their information without problems. But when a sessions times out for a user it seems that at least one of the Singleton becomes NULL for the others. Not sure...
  9. johnny9864

    Quantity checking inquotes

    I have a problem with a system creating Quotes/Orders programmatically. For Orders there is no problems when an item will fall under 0 quantity I have a COM exception and I show the ACCPAC error to the user (we are setup not to allow negative quantities). For Quotes I get the same error but I...
  10. johnny9864

    Creating an order from a quote

    I created a UI using Microsoft .NET and ACCPAC .NET libraries to create orders outside of ACCPAC's environment for a customer that had special needs. All works perfectly but I cannot find how to create an order starting from a quote. In ACCPAC UI it seems that they simply leave the values there...

Part and Inventory Search

Back
Top