Geststellungsgarantien und Verträge für AddIn

This commit is contained in:
2023-04-18 15:57:29 +02:00
parent 489ec4e243
commit da44967f54
3 changed files with 11 additions and 8 deletions

View File

@@ -14,18 +14,21 @@
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>ftp://ftps.verag.ag/g/ftp/programme/VERAGAddin/</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>1</ApplicationRevision>
<InstallUrl>http://localhost/SDL/</InstallUrl>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
@@ -87,7 +90,7 @@
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>SDL_TemporaryKey.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>Test.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Accessibility" />

View File

@@ -67,7 +67,7 @@ Public Class usrcntlVertraege
initDGVVertraege(KV.kv_KundenNr)
markDGVVertraege(KV.kv_Id)
initDGVVertraege(KV.kv_KundenNr)
RaiseEvent clickOK(sender, e)
'RaiseEvent clickOK(sender, e)
'setKD(kdNr)
End If
clearKV()

View File

@@ -77,7 +77,7 @@
txtT1VerzollungsadresseBestimmungszollstelle.Focus()
markDGVGestGarantie(GG.gg_Id)
initDGVGestGarantie(GG.gg_KundenNr)
RaiseEvent clickOK(sender, e)
'RaiseEvent clickOK(sender, e)
End If
clearGG()
End If