i getting 24 same errors 'MyBase' must be followed by '.' and an identifier.
<DebuggerNonUserCode()> _
Public Property Naziv() As String
Get
Return CStr(MyBase(Me.tableArtikli.NazivColumn))
End Get
Set(ByVal value As String)
MyBase(Me.tableArtikli.NazivColumn) = value
End Set
End Property
i try to remove MyBase but then i get another error "Syntax error." at (
Thanks

New Topic/Question
Reply



MultiQuote






|