Field-Map Scripting

4.4.4.20 PostSelectedLookupTablesToSynchroJournal

PostSelectedLookupTablesToSynchroJournal procedure


Prototype:

procedure PostSelectedLookupTablesToSynchroJournal (const LookupAttributes: string; XMLFileName: string; Keywords: string; TextMessage: string);

Description:

Adds selected lookup tables to Synchro Journal.

Syntax:

Project.PostSelectedLookupTablesToSynchroJournal (LookupAttributes, XMLFileName, Keywords, TextMessage);


Part

Description


Project

A reference to the Field-Map project as defined in Field-Map Project Manager


LookupAttributes

The list of lookup attributes to be synchronized in layer.attribute format. If there is more than one such attribute, use | to delimit them (e.g. layer1.|layer2.attribute2|layer3.attribute3)


XMLFileName

XML file to store lookup lists before their synchronization


Keywords

Keyword used as identification of individual synchronization procedure. Helps especially in case of repeated synchronizations of the same attribute.


TextMessage

Message to be send to users performing synchronization




Return value:

none



See also:

Refresh; EnableChachedUpdates; ApplyUpdates; StartTransaction; Commit; CommitRetaining; Rollback; RollbackRetaining; ClearAllFilters; GetQueryResult; PerformQuery; OpenTable; SaveRecordToDeletedLog; SaveRecordsToDeletedLog; BackupDatabase; PostAllData; ReloadLookupLists; PostProjectAndLookupTablesToSynchroJournal; PostLookupTablesToSynchroJournal; PostSelectedLookupTablesToSynchroJournal; PostFileToSynchroJournal; ChangedAfterLastSynchronization