DefaultValue für Name des neu hinzugefügten Indexes und Focus auf diesen - frmAdministration

This commit is contained in:
OlgunR 2025-05-05 15:43:37 +02:00
parent d11a0453bb
commit 623672ded9
3 changed files with 1706 additions and 2939 deletions

View File

@ -678,6 +678,7 @@
</EmbeddedResource>
<EmbeddedResource Include="frmIndexFileList.resx">
<DependentUpon>frmIndexFileList.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frmLicense.en-US.resx">
<DependentUpon>frmLicense.vb</DependentUpon>

File diff suppressed because it is too large Load Diff

View File

@ -404,6 +404,8 @@ Public Class frmAdministration
IsInsert = True
MyDataset.TBDD_INDEX_MAN.ADDED_WHOColumn.DefaultValue = Environment.UserName
MyDataset.TBDD_INDEX_MAN.DOK_IDColumn.DefaultValue = Me.DOKART_GUIDTextBox.Text
MyDataset.TBDD_INDEX_MAN.NAMEColumn.DefaultValue = "Title of Indexstep"
NAMETextBox.Focus()
EnableControls(XtraTabPageManualIndex)
If GI_withWindream = True Then
Load_INDEXMAN(Me.DOKART_GUIDTextBox.Text)