Have anyone programmed their ACCPAC application with Borland C++ Builder (I'm using 6).
I'm fairly good with VB programming (using mostly xApi) and I wondered how to quick create a small program (in c++ builder) that would (for example) start the day-end using the IC0275 view. An example of this in VB would be:
Dim sess As New ACCPACXAPILib.xapiSession
sess.Open "ADMIN", "ADMIN", "SAMINC", Date, 0
Dim ICDEND1 As ACCPACXAPILib.xapiView
Set ICDEND1 = sess.OpenView("IC0275", "IC"
ICDEND1.Process
Set ICDEND1 = Nothing
Set sess = Nothing
If this is possible in C++ Builder, do I have to include stuff or register DLLs or things like that.
As I said, I'm very familiar with VB but not with C++ Builder...
Thanks in advance and sorry for my bad english.
-JP
I'm fairly good with VB programming (using mostly xApi) and I wondered how to quick create a small program (in c++ builder) that would (for example) start the day-end using the IC0275 view. An example of this in VB would be:
Dim sess As New ACCPACXAPILib.xapiSession
sess.Open "ADMIN", "ADMIN", "SAMINC", Date, 0
Dim ICDEND1 As ACCPACXAPILib.xapiView
Set ICDEND1 = sess.OpenView("IC0275", "IC"
ICDEND1.Process
Set ICDEND1 = Nothing
Set sess = Nothing
If this is possible in C++ Builder, do I have to include stuff or register DLLs or things like that.
As I said, I'm very familiar with VB but not with C++ Builder...
Thanks in advance and sorry for my bad english.
-JP