Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quickbooks SDK
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00788591
Message ID:
00788648
Views:
31
This message has been marked as the solution to the initial question of the thread.
Hi Steve

>
>sessionmanager = CREATEOBJECT('qbfc2.qbsessionmanager')      &&works fine
>sessionmanager.OpenConnection("","MyTest")
>sessionmanager.BeginSession("",2)
>requestMsgSet = createobject('qbfc2.imsgsetrequest')        &&creates error
>
>
Try this
local loReq as "QBFC2.IMsgSetRequest && or Just local loReq
sessionmanager = CREATEOBJECT('qbfc2.qbsessionmanager')      &&works fine
sessionmanager.OpenConnection("","MyTest")
sessionmanager.BeginSession("",2)
loReq = sessionmanager.CreateMsgSetRequest(2,0)
HTH
Cris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform