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. warrickvdb

    display 'links' inside a windows form label

    I am building a windows desktop app and am having to display some text inside a label. I need to put a link on some of the words in the label so that the user can click on the words and a popup window will appear with a definition of the words. How can I put that link their?
  2. warrickvdb

    load webpage from windows application

    I need to load a webpage from my desktop application. What is the code to do this? (I need the code to run after clicking a button.)
  3. warrickvdb

    create a new batch through vb6

    Thanks!!!
  4. warrickvdb

    create a new batch through vb6

    Hi I have tried recording a Macro that creates a new batch, but all it seems do is create an invoice and use a 'PutWithoutVerification' statement with the new invoice number. How can I create a new batch, and then get that batch out?
  5. warrickvdb

    Uploading data from a desktop app to a central server

    I have a desktop application that needs to upload data (stored in an XML file) into a SQL database. The dsktop app will not be conncted to the network that the database is on. Is this possible using webservices (all the examples I have seen so far deal with the downloading of XML files)?
  6. warrickvdb

    'View call failed' error when creating an Invoice through DotNET

    Thanks. It looks like I will have to do it through VB 6. Do you have, or do you know where I could find an example of an invoice been gererated? AccPac macro puts so much stuff in its code, it's hard to tell what is relevant and what is not.
  7. warrickvdb

    'View call failed' error when creating an Invoice through DotNET

    I am trying to create an invoice through DotNet. I copied the code from a Macro that was run through AccPac, and then made it DotNet 'friendly' (I have to use the enum's as the object wont accept string values). The error occurs when I try to assign the IDITEM to the detail object. Error: An...
  8. warrickvdb

    Error delaring ACCPACXAPILib.xapiView

    Thanks. That works .
  9. warrickvdb

    Error delaring ACCPACXAPILib.xapiView

    Hi Below is the code I am using to open a AccPac (5.1 A) session. I amable to open the session, but as soon as I try to declare the view (last line), it crashes with the error (also below). I am using an unregistered version of AccPac (30 day Trial). Could that be the reason for the error...
  10. warrickvdb

    Error opening ACCPACXAPILib.xapiSession in VB.NET

    Thanks for the replies. They have helped alot. I have been trying to do this with version 5.1A, Has annybody tried this with version 6, or know if it is posisble?
  11. warrickvdb

    Error opening ACCPACXAPILib.xapiSession in VB.NET

    I have tried that and it unfortunately doesn't work in .Net. Where does AccPac check to see that I am using the correct Username and Password? Where does AccPac store the database Id (RMICON) that I am passing into the variable? Perhaps the problem lies with that? A post I read somewhere...
  12. warrickvdb

    Error opening ACCPACXAPILib.xapiSession in VB.NET

    Hi I receive an error when i try to open the 'ACCPACXAPILib.xapiSession' object in VB.Net web project. My code is as follows: Dim Session As ACCPACXAPILib.xapiSession Session = New ACCPACXAPILib.xapiSession Session.Open("ADMIN", "ADMIN", "RMICON", Now.Today, 0)...

Part and Inventory Search

Back
Top