Download Wordfast Server User Manual

Transcript
Wordfast Server manual
Details:
Version 1
WfServer searches and returns the found TU. The reuse counter is then
incremented if the "Auto increment 100%" is checked ("Setup / TMs" tab).
The search compares the following fields.
Java code:
String Line;
String TU;
TMServerTCPConnector Connector = new TMServerTCPConnector();
Connector.PostCommand(cmdSearchTU, TU);
. . . .
If Connector.WaitLastTicket().Msg = msgEndJob {
Line = Connector.WaitResultString();
}
cmdDeleteTUs = 9
Deletes a list of TUs. ~ No restriction.
Parameters:
1: TU1 + Rtn + TU2 + Rtn + TU3 + …
1: 23456 + Rtn + 54678 + Rtn + …
Details:
WfServer searches each transmitted TU and removes the one(s) found as
identical (see the field comparison table). On WfServer only one identical
TU is removed while WFServer removes all identical TUs that were found.
The search can be done in two ways, either by sending WfServer the
31