C
Charles Warner
We are using a number of "boiler plate" type text entries that get
inserted into documents by a function "fnInsertText" that's in the
Normal template on each workstation. The text entries are arguements
passed to fnInsertText, which performs certain operations on them and
then inserts them into the document. There are about 100 text
entries of one-sentence size. They are subject to continual
Add/Change/Delete operations.
I'd like some ideas on how and where to store these text entries on
our network so that they are available to all the workstations, and
can be maintained by editing a single file on the server. I thought
about retrieving them from the server as a tab-delimited text file and
putting them into an array in the workstation module that contains
"fnInsertText" ... something like that, but there are probably better
ways ...
I assume that accessing them directly from a file on the server would
create a great many problems related to sharing, network speed, etc.
Thanks very much
inserted into documents by a function "fnInsertText" that's in the
Normal template on each workstation. The text entries are arguements
passed to fnInsertText, which performs certain operations on them and
then inserts them into the document. There are about 100 text
entries of one-sentence size. They are subject to continual
Add/Change/Delete operations.
I'd like some ideas on how and where to store these text entries on
our network so that they are available to all the workstations, and
can be maintained by editing a single file on the server. I thought
about retrieving them from the server as a tab-delimited text file and
putting them into an array in the workstation module that contains
"fnInsertText" ... something like that, but there are probably better
ways ...
I assume that accessing them directly from a file on the server would
create a great many problems related to sharing, network speed, etc.
Thanks very much