VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Connect with QuickBooks

by Naeem Akram (3 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 21st December 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Connect with QuickBooks

Rate Connect with QuickBooks



    Dim sessionManager As New QBSessionManager '.QBSessionManager
    sessionManager.OpenConnection "", "Sample.QBW"
    sessionManager.BeginSession "", omDontCare
'Step 2: Build a set of requests - in this case, containing only one request

    'Create the request set (the message set request object)
    Dim requestSet As QBFC4Lib.IMsgSetRequest
    'Create a qbXML version 3.0 message
    Set requestSet = sessionManager.CreateMsgSetRequest("CA", 3, 0)
'Now u are connected with quick u can perform any operation like add invoice to quickbook,create customer,update customer and so on

Download this snippet    Add to My Saved Code

Connect with QuickBooks Comments

No comments have been posted about Connect with QuickBooks. Why not be the first to post a comment about Connect with QuickBooks.

Post your comment

Subject:
Message:
0/1000 characters