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 bkrike 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: kwagz
  • Content: Threads
  • Order by date
  1. kwagz

    How to create a new Opportunity in C#

    Hi I am trying to create a new opportunity with the associated products in ACT using C#. Please help. kwagz
  2. kwagz

    Using Accpac to get distinct values from SQL DB

    Hey guys I would like to get distinct values from a specified field in the SQL database using Accpac. What I'd like is Accpac to return a recordset with distinct values of a specific field. Your help will be highly appreciated. kwagz
  3. kwagz

    Updating a Product List

    I am trying to update a Product with data that is read from SQL database. When i use code below it returns "Application error" error. I am coding this application in C#. Please help. ... ... ProductList pLookup; pLookup = ACTAPP.ActFramework.Products.GetProducts(null); pLookup[index].Name =...
  4. kwagz

    Open Recordset for Accpac

    Hey there I am trying to open a recordset in .net c# for Accpac and not sure what to parse on the first two parameters. ADODB.Recordset tmpRs = new ADODB.Recordset(); tmpRs.Fields.Append("FIELD",...); tmpRs.Open(...); //??? tmpRs.AddNew(...) Please help. kwagz

Part and Inventory Search

Back
Top