SelectDlg Method

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:09

Description

Displays the format select dialog, and initializes the object properties.

Syntax

errorcode = object.SelectDlg (iTitleId, iTypeId, iCatId)

object

Required. Object name. Returned by Dim objFormat = Ted.GetFormat or Dim objFormat = Fred.GetFormat.

iTitleId

Required. Id of title where the format resides. Note: if you enter an unexisting id, the list of formats will be empty.

iTypeId

Required. Type filter. Enter id of type to list only the formats, assigned to that type. Enter 0 to display all formats.

iCatId

Required. Category filter. Enter id of category to list only the formats, assigned to that category. Enter 0 to display all formats.

Example

Please, look here.

Context

Property