I have a Word 97 template which creates an instruction set for an industrial process using a (very large) macro. The macro currently acts as the client in a set of client-server conversations with a SQL Server database. A copy of the template must reside on each desktop with the VB6 application that invokes it. I have no access to the code in the calling application, only the template macro.
The desktop machines are either Windows 2000 Workstations or NT 4.0 SP6 Workstations. The server is Windows 2000 server.
The rules are quite complex and change more frequently than was anticipated when the macro was created. Can I access a distributed COM component containing the rules from this template instead of having them hard-coded in the template and redistributing the template every time?
The desktop machines are either Windows 2000 Workstations or NT 4.0 SP6 Workstations. The server is Windows 2000 server.
The rules are quite complex and change more frequently than was anticipated when the macro was created. Can I access a distributed COM component containing the rules from this template instead of having them hard-coded in the template and redistributing the template every time?