Notice: Undefined offset: 2 in /home2/icentarb/public_html/icentar/classes/class.permissions.php on line 735
Public Property Get DataSource() As String
DataSource = txtNum.DataSource
End Property
Public Property Let DataSource(ByVal New_DataSource As String)
txtNum.DataSource = New_DataSource
PropertyChanged "DataSource"
End Property
'Fild
Public Property Get DataField() As String
DataField = txtNum.DataField
End Property
Public Property Let DataField(ByVal New_DataField As String)
txtNum.DataField = New_DataField
PropertyChanged "DataField"
End Property
Private Sub UserControl_WriteProperties(PropBag As PropertyBag)
PropBag.WriteProperty "DataSource", txtNum.DataSource, ""
PropBag.WriteProperty "DataField", txtNum.DataField, ""
End Sub
Private Sub UserControl_ReadProperties(PropBag As P