You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
143 lines
5.5 KiB
143 lines
5.5 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML xmlns:MSHelp="http://msdn.microsoft.com/mshelp" DIR="LTR"><HEAD>
|
|
<meta name="GENERATOR" content="VBdocman .NET - documentation generator; http://www.vbdocman.com">
|
|
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=UTF-8">
|
|
<TITLE>frmVertragselement -Konstructor (System.Int32, System.Boolean, System.Boolean, System.Int32) </TITLE>
|
|
<xml>
|
|
<MSHelp:TOCTitle Title="frmVertragselement -Konstructor (System.Int32, System.Boolean, System.Boolean, System.Int32) "/>
|
|
<MSHelp:RLTitle Title="frmVertragselement -Konstructor (System.Int32, System.Boolean, System.Boolean, System.Int32) "/>
|
|
<MSHelp:Keyword Index="A" Term="topic_00000000000012AA"/>
|
|
<MSHelp:Keyword Index="K" Term="frmVertragselement -Konstructor (System.Int32, System.Boolean, System.Boolean, System.Int32) "/>
|
|
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmVertragselement.New "/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmVertragselement.New"/>
|
|
<MSHelp:Keyword Index="F" Term="frmVertragselement -Konstructor (System.Int32, System.Boolean, System.Boolean, System.Int32)"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmVertragselement.frmVertragselement -Konstructor (System.Int32, System.Boolean, System.Boolean, System.Int32)"/>
|
|
<MSHelp:Attr Name="DevLang" Value="VB"/>
|
|
<MSHelp:Attr Name="DevLangVers" Value="kbLangVB"/>
|
|
<MSHelp:Attr Name="DocSet" Value="Visual Basic"/>
|
|
<MSHelp:Attr Name="DocSet" Value="Visual Studio"/>
|
|
<MSHelp:Attr Name="DocSet" Value="VSM"/>
|
|
<MSHelp:Attr Name="Product" Value="VB"/>
|
|
<MSHelp:Attr Name="ProductVers" Value="kbVBp700"/>
|
|
<MSHelp:Attr Name="Product" Value="VSA"/>
|
|
<MSHelp:Attr Name="ProductVers" Value="kbVSA"/>
|
|
<MSHelp:Attr Name="Technology" Value="ManagedCode"/>
|
|
<MSHelp:Attr Name="TechnologyVers" Value="kbManagedCode"/>
|
|
<MSHelp:Attr Name="TopicType" Value="kbSyntax"/>
|
|
<MSHelp:Attr Name="TargetOS" Value="Windows"/>
|
|
<MSHelp:Attr Name="Locale" Value="kbEnglish"/>
|
|
</xml>
|
|
<META name="rtfFileName" content="">
|
|
<META NAME="save" CONTENT="history">
|
|
<!--CSS_START-->
|
|
<SCRIPT SRC="MSHelp/scripts/dtuelink.js"></SCRIPT>
|
|
<!--CSS_END-->
|
|
<SCRIPT language="JavaScript">
|
|
function indent(level) {
|
|
for (i=1; i<=level; i++) {
|
|
document.write(" ");
|
|
}
|
|
}
|
|
</SCRIPT>
|
|
</HEAD>
|
|
<body topmargin=0 id="bodyID" class = "dtBODY"><!--NONSCROLLING BANNER START-->
|
|
<div id="nsbanner">
|
|
<div id="bannerrow1">
|
|
<TABLE CLASS="bannerparthead" CELLSPACING=0>
|
|
<TR ID="hdr">
|
|
<TD CLASS="runninghead" nowrap>Vertragsverwaltung-Klassenbibliothek</TD>
|
|
<TD CLASS="product" nowrap> </TD>
|
|
</TR>
|
|
</TABLE>
|
|
</div>
|
|
<div id="TitleRow">
|
|
<H1 class="dtH1"><A NAME="topic_00000000000012AA"></A>frmVertragselement -Konstructor (System.Int32, System.Boolean, System.Boolean, System.Int32) </H1>
|
|
</div></div>
|
|
<!--NONSCROLLING BANNER END-->
|
|
|
|
<DIV id="nstext" valign="bottom"><!---->
|
|
|
|
<P>Formualr mit Vertragselementnr und Anzeigestatus öffnen</P>
|
|
|
|
|
|
|
|
|
|
<PRE class="syntax"><SPAN class="lang">[Visual Basic]
|
|
</SPAN><B>Public Sub New( _ <br> ByVal <i>Vertragselementnr</i> As <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemInt32ClassTopic.htm">Integer</a>, _ <br> ByVal <i>Anzeige</i> As <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemBooleanClassTopic.htm">Boolean</a>, _ <br> Optional ByVal <i>CreateNew</i> As <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemBooleanClassTopic.htm">Boolean</a> = False, _ <br> Optional ByVal <i>Vertragspartnernr</i> As <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemInt32ClassTopic.htm">Integer</a> = 0 _ <br>)</B></PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<H4 class="dtH4">Parameter</H4>
|
|
<dl>
|
|
<dt><i>Vertragselementnr</i></dt>
|
|
<dd>Nr des Vertragspartners</dd>
|
|
<dt><i>Anzeige</i></dt>
|
|
<dd>True=Readonly, False=normal</dd>
|
|
<dt><i>CreateNew</i></dt>
|
|
<dd>Optional. Der Standardwert ist False.</dd>
|
|
<dt><i>Vertragspartnernr</i></dt>
|
|
<dd>Optional. Der Standardwert ist 0.</dd>
|
|
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<H4 class="dtH4">Quellcode</H4>
|
|
<pre class="code"><SPAN class="lang">[Visual Basic]</SPAN>
|
|
Sub New(ByVal Vertragselementnr As Integer, ByVal Anzeige As Boolean, Optional ByVal CreateNew As Boolean = False, Optional ByVal Vertragspartnernr As Integer = 0) <br> MyBase.New() <br> InitializeComponent() <br> Me.Aktuelles_Vertragselement = Vertragselementnr <br> Me.Anzeige = Anzeige <br> If CreateNew Then <br> If Vertragspartnernr = 0 Then <br> While Vertragselement.Vertragspartner_suchen(Me.Aktueller_Vertragspartner, Me.txtVertragspartner) = False <br> msg.show_standardmessage(900, MsgBoxStyle.Critical) <br> End While <br> Me.Aktuelles_Vertragselement = Me.Vertragselement.Add_New(Me.Aktueller_Vertragspartner) <br> Else <br> Me.Aktueller_Vertragspartner = Vertragspartnernr <br> Me.Aktuelles_Vertragselement = Me.Vertragselement.Add_New(Me.Aktueller_Vertragspartner) <br> <br> End If <br> Me.Neuer_Datensatz = True <br> End If <br> End Sub
|
|
</pre>
|
|
|
|
|
|
|
|
<H4 class="dtH4">Forderungen</H4>
|
|
<P><b class="le">Plattformen: </b>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</P>
|
|
|
|
|
|
<H4 class="dtH4">Siehe auch</H4>
|
|
<p>
|
|
<a href="topic_0000000000000D10.html">frmVertragselement</a>
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<DIV CLASS="footer">
|
|
<HR>
|
|
Generated by VBdocman .NET
|
|
<p>
|
|
</div></div>
|
|
</BODY>
|
|
</HTML>
|
|
|