The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Creating SLX object
Posted: 30 Mar 07 8:59 AM
|
fiogf49gjkf0d I using Visual Studio 2005/VB and SLX v.6.2.5
The SalesLogix Client starts when I using statement App = CreateObject("SalesLogix.SLXApplication"). How can I get SLXApplication object without start SLX Client? I don't want start SLX because program will run on server computer every 5-10 minutes.
P.S. Sorry for my bad english |
|
|
|
Re: Creating SLX object
Posted: 30 Mar 07 11:33 AM
|
fiogf49gjkf0d I do not believe this is possible, Vladimir. What are you trying to do with the object?
Timmus |
|
|
|
Re: Creating SLX object
Posted: 30 Mar 07 11:47 AM
|
fiogf49gjkf0d Our client's slx system integrated with bank systems. Client has remote offices. I write program wich synchronize bank systems with slx. Data synchonize between main office and remote office if insert/update/delete executes by slx application only. So, now I use SLXOLEDB provider to connect to slx database from external application and syncronization work properly.
P.S. Sorry for my bad english |
|
|
|
Re: Creating SLX object
Posted: 30 Mar 07 11:57 AM
|
fiogf49gjkf0d If you are only writing to the database and do not need features specific to that object, using the OLEDB provider is the way to go. Are you saying that is what you have done? If so, do you have other questions?
Timmus |
|
|
| |
|