GetTemplatesDisplayDataFromIDs

Retrieves the data for the specified templates. Returns data only for the columns specified in the varalColumns argument.

Syntax

<HFMwManageJournals>.GetTemplatesDisplayDataFromIDs(varalIDs, varalColumns)
ArgumentDescription
varalIDs

An array containing the IDs of the templates for which to return data.

Tip:

You can get the IDs of all journals that match given criteria with ExecuteQueryLabelsAndIDs.

Input argument.

varalColumns

An array of that identifies the columns for which to return data. To set this argument, use either of the following techniques:

  • Pass the columns returned by the HFMwQueryDef method GetDefAsVariants.

  • Construct the array by setting the array items to the desired columns. Columns are represented by the HFMConstants type library constants listed in Template Column Display Constants.

Input argument. Array items are of a Long subtype

Return Value