Previous Topic

Next Topic

ScriptedForm

property ActiveProperty: String

property Caption: String

property ClassName: String readonly

property IsFloatingWindow: Boolean

property Name: String

method BringToFront

method Close

method Execute: Boolean

method GetPropertyValue(PropertyName: String): Variant

method GetValue(ControlName: String): Variant

method InputBinCode(ControlName: String, Location: String, Prompt: String[, Filter: String, UserChanges: Boolean, AllowInactive: Boolean]): Object

method InputBoolean(ControlName: String, Prompt: String): Object

method InputBox(ControlName: String, Prompt: String[, PasswordChar: String]): Object

method InputButton(Glyph: String|Number, OnClick: SubStatement, Caption: String): Object

method InputCode(ControlName: String, Domain: String, Prompt: String[, Filter: String, FilterButtonVisible: Boolean, AllowInactive: Boolean, AllowEmpty: Boolean, UseExactMatch: Boolean]): Object

method InputContact(ControlName: String, Domain: String, CodeValue: String, Prompt: String[, Filter: String, UserChanges: Boolean, AllowInactive: Boolean]): Object

method InputCountry(ControlName: String, Prompt: String[, Default: String, AllowEmpty: Boolean, : Empty]): Object

method InputCustomCode(ControlName: String, CustomTable: Variant, Prompt: String[, Filter: String, FilterButtonVisible: Boolean, AllowEmpty: Boolean, UseExactMatch: Boolean]): Object

method InputDate(ControlName: String, Prompt: String): Object

method InputDeliveryAddress(ControlName: String, CodeValue: String, Prompt: String[, Filter: String, UserChanges: Boolean]): Object

method InputEnum(ControlName: String, Domain: String, Prompt: String[, Default: String, AllowEmpty: Boolean]): Object

method InputFileOpen(ControlName: String, Prompt: String [,Title: String, InitialDirectory: String, Filter: String]): Object

method InputFileSave(ControlName: String, Prompt: String [,Title: String, InitialDirectory: String, Filter: String, DefaultExtension: String]): Object

method InputFolder(ControlName: String, Prompt: String [,Title: String, InitialDirectory: String]): Object

method InputGrid(ControlName: String, Prompt: String, Table: Object[, GridHeight: Number, GridWidth: Number]): Object

method InputInteger(ControlName: String, Prompt: String): Object

method InputList(ControlName: String, Prompt: String [,Required: Boolean, DropDownList: Boolean], Item: String): Object

method InputMemo(ControlName: String, Prompt: String[, Height: Number, Width: Number, MaxLength: Number]): Object

method InputNumber(ControlName: String, Prompt: String [,Domain: String, CurrencyCode: String]): Object

method InputPeriod(ControlName: String, Prompt: String, PeriodFrom: Number[, PeriodTo: Number, Financial: Boolean]): Object

method InputPrinter(ControlName: String, Prompt: String[, Default: String, AllowEmpty: Boolean, : Empty]): Object

method InputTime(ControlName: String, Prompt: String): Object

method PropertyType(PropertyName: String): String

method SendToBack

method SetPropertyValue(PropertyName: String, Value: Variant)

method SetValue(ControlName: String, Value: Variant[, SetReadOnly: Boolean])

method ShowErrorHint(Hint: String[, ControlName: String])

method ShowStatusHint(Hint: String[, ControlName: String])

method ShowText(Text: String): Object

event BeforeSave