Neuer Serice/Leistung als Vertragsleistung hinzufügen
[Visual Basic] Public Function Add_Service( _
ByRef vertragselementnr As Integer, _
ByRef ParentForm As Form _
) As Object
[Visual Basic] Public Function Add_Service(ByRef vertragselementnr As Integer, ByRef ParentForm As Form)
Dim i As Integer = Service.Add_New(vertragselementnr)
Dim f As New frmServicekatalog(Service.iServicekatalogNr.Value, False, True, i, True)
f.MdiParent = ParentForm.MdiParent
f.Show()
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