[Visual Basic] Public Function Get_Vertragselement( _
ByVal Nr As Integer _
) As Object
[Visual Basic] Public Function Get_Vertragselement(ByVal Nr As Integer)
Me.cpMainConnectionProvider = Globals.conn
Me.iVertragselementnr = New SqlInt32(CType(Nr, Int32))
Globals.conn.OpenConnection()
Me.daten = Me.SelectOne()
Me.IsLizenzElement = Me.Lizenzinformationen.Check_Vertragstyp_Fuer_Lizenz(Me.iVertragstypNr.Value)
Globals.conn.CloseConnection(True)
Try
Vertragspartner.Get_Partner(Me.iVertragspartnerNr.Value)
Catch ex As Exception
End Try
End Function
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition