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 Wanet Telecoms Ltd 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: warrickvdb
  • Content: Threads
  • Order by date
  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

    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?
  4. 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)?
  5. 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...
  6. 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...
  7. 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