Class: dbFormExternalControl

Module location: dbExtFrm.pkg line 103 (view source)

Class Hierarchy:

DFBaseEntryEntrydbForm_dbFormDSdbFormdbFormExternalControl

Direct Known Subclasses:

dbTrackBar,

Class Definition

Properties

integerLocalChangingState
set true when making a local (externally triggered) change. This is set when a Set Value of Set Local_Value change is made
integerPrivate.ControlChangingState
This is used to prevent recursion. When a control notifies DF that a value has changed, DF will attempt to notify the control. We must stop that circularity

Functions and Procedures

Construct_Object()
Inherited from dbFormDS
StringControlValue()
ControlValueChanged()
RefreshControl(string sVal)
refresh control without triggering a DD changed condition.
set(integer iItem string sVal)
Inherited from Extended_DEO_Mixin
When the DF side changes we must notify the control about the change. If DD are in use we must use set Local_Value, if no DD we use set value
set(integer iItem string sVal)
Inherited from Extended_DEO_Mixin
Set(string sVal)
Inherited from Extended_DEO_Mixin
It is expected that the sub-class (or more likely another mixin included with the sub-class will provide functionality for these messages. This gets and sets the value of the actual window control. These should only be used to synchronize the window control and the DF side. Do not use for any other purpose.

Instances

oCAL_CATS_GRADIENTFACTORCalendar_Categories.vw170
oCAL_CATS_IDCalendar_Categories.vw53
oCAL_CATS_LONG_DESCCalendar_Categories.vw71
oCAL_CATS_SHORT_DESCCalendar_Categories.vw62
oCal_LayTitleCalendar_Resources.vw300
oCal_Res_DataSourceCalendar_Resources.vw200
oCalEvent_SubjectSigCJReportControlDemo - SQL.vw106
oCalEvent_URNSigCJReportControlDemo - SQL.vw96
oCheckBox_IDSigCJCheckBoxDemo.vw101
oCustomer_AddressCustomer.vw53
oCustomer_AddressOrder.vw118
oCustomer_AddressSigCJTreeViewDemo - Sales Orders .vw231
oCustomer_BalanceCustomer.vw141
oCustomer_CityCustomer.vw63
oCustomer_CityOrder.vw128
oCustomer_CitySigCJTreeViewDemo - Sales Orders .vw241
oCustomer_Credit_LimitCustomer.vw123
oCustomer_Email_addressCustomer.vw109
oCustomer_Fax_numberCustomer.vw99
oCustomer_NameCustomer.vw36
oCustomer_NameOrder.vw103
oCustomer_NameSigCJTreeViewDemo - Sales Orders .vw216
oCustomer_NumberCustomer.vw26
oCustomer_Phone_numberCustomer.vw89
oCustomer_PurchasesCustomer.vw132
oCustomer_StateOrder.vw138
oCustomer_StateSigCJTreeViewDemo - Sales Orders .vw251
oCustomer_ZipCustomer.vw82
oCustomer_ZipOrder.vw145
oCustomer_ZipSigCJTreeViewDemo - Sales Orders .vw258
oInvt_DescriptionInvt.vw41
oInvt_Item_IDInvt.vw31
oInvt_On_HandInvt.vw102
oInvt_Unit_PriceInvt.vw92
oInvt_Vendor_IDInvt.vw56
oInvt_Vendor_Part_IDInvt.vw76
oLayouts_IDCalendar_Resources.vw248
oLayouts_TitleCalendar_Resources.vw257
oOrderHea_Customer_NumberOrder.vw69
oOrderHea_Customer_NumberSigCJTreeViewDemo - Sales Orders .vw182
oOrderHea_Order_NumberOrder.vw59
oOrderHea_Order_NumberSigCJTreeViewDemo - Sales Orders .vw172
oOrderHea_Order_TotalOrder.vw288
oOrderHea_Order_TotalSigCJTreeViewDemo - Sales Orders .vw402
oOrderHea_Ordered_ByOrder.vw152
oOrderHea_Ordered_BySigCJTreeViewDemo - Sales Orders .vw265
oOrderHea_Salesperson_IDOrder.vw162
oOrderHea_Salesperson_IDSigCJTreeViewDemo - Sales Orders .vw275
oResource_IDCalendar_Resources.vw173
oResource_TitleCalendar_Resources.vw182
oSalesP_IDSalesp.vw23
oSalesP_NameSalesp.vw32
oSchedule_IDCalendar_Resources.vw220
oSchedule_TitleCalendar_Resources.vw229
oVendor_AddressVendor.vw47
oVendor_CityVendor.vw57
oVendor_Fax_NumberVendor.vw100
oVendor_IdVendor.vw27
oVendor_NameInvt.vw66
oVendor_NameVendor.vw37
oVendor_Phone_NumberVendor.vw90
oVendor_ZipVendor.vw80

References (1):

ModuleContaining SymbolLine
dbTrckbr.pkgdbTrackBar73