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.

137 lines
4.3 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>frmVertragsuebersicht.Profile_Aktualisieren -Methode</TITLE>
<xml>
<MSHelp:TOCTitle Title="frmVertragsuebersicht.Profile_Aktualisieren -Methode"/>
<MSHelp:RLTitle Title="frmVertragsuebersicht.Profile_Aktualisieren -Methode"/>
<MSHelp:Keyword Index="A" Term="topic_00000000000016C3"/>
<MSHelp:Keyword Index="K" Term="frmVertragsuebersicht.Profile_Aktualisieren -Methode"/>
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmVertragsuebersicht.Profile_Aktualisieren -Methode"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmVertragsuebersicht.Profile_Aktualisieren"/>
<MSHelp:Keyword Index="F" Term="frmVertragsuebersicht.Profile_Aktualisieren"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmVertragsuebersicht.frmVertragsuebersicht.Profile_Aktualisieren"/>
<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("&nbsp;&nbsp;&nbsp;");
}
}
</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>&nbsp;</TD>
</TR>
</TABLE>
</div>
<div id="TitleRow">
<H1 class="dtH1"><A NAME="topic_00000000000016C3"></A>frmVertragsuebersicht.Profile_Aktualisieren -Methode</H1>
</div></div>
<!--NONSCROLLING BANNER END-->
<DIV id="nstext" valign="bottom"><!---->
<P>Profilliste des Mitarbeiters aktualisieren</P>
<PRE class="syntax"><SPAN class="lang">[Visual&nbsp;Basic]
</SPAN><B>Private Sub Profile_Aktualisieren( _&nbsp;<br> Optional ByVal <i>Aktuelles_Profil</i> As <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> = &quot;&quot; _&nbsp;<br>)</B></PRE>
<H4 class="dtH4">Parameter</H4>
<dl>
<dt><i>Aktuelles_Profil</i></dt>
<dd>Optional. Der Standardwert ist &quot;&quot;.</dd>
</dl>
<H4 class="dtH4">Quellcode</H4>
<pre class="code"><SPAN class="lang">[Visual&nbsp;Basic]</SPAN>
Private Sub Profile_Aktualisieren(Optional ByVal Aktuelles_Profil As String = &quot;&quot;)&nbsp;<br> Me.Profil.Get_Profil_By_Mitarbeiter()&nbsp;<br> Me.TSComboboxProfil.Items.Clear()&nbsp;<br> Dim i As Integer = 0&nbsp;<br> Dim SelIndex As Integer = -1&nbsp;<br> For Each dr As DataRow In Me.Profil.Profildata.Rows&nbsp;<br> Me.TSComboboxProfil.Items.Add(dr.Item(&quot;Bezeichnung&quot;))&nbsp;<br> If Aktuelles_Profil = dr.Item(&quot;Bezeichnung&quot;) Then SelIndex = i&nbsp;<br> i = i + 1&nbsp;<br> Next&nbsp;<br> If SelIndex &gt; -1 Then Me.TSComboboxProfil.SelectedIndex = SelIndex&nbsp;<br> End Sub
</pre>
<H4 class="dtH4">Forderungen</H4>
<P><b class="le">Plattformen:&nbsp;</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_0000000000000161.html">frmVertragsuebersicht</a>
</p>
<DIV CLASS="footer">
<HR>
Generated by VBdocman .NET
<p>
</div></div>
</BODY>
</HTML>