From 2e456dcd15cc2e4c4648419c3a4bff0b359289d7 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 16 Jul 2026 12:54:11 +0200 Subject: [PATCH] 16/07/2026 la funcion GetMaxlenght devuelve 0 en caso de que no encuentre la propiedad --- Baget/Aplicacion.nuspec | 2 +- My Project/AssemblyInfo.vb | 7 +++++-- Obsoleto/ApCabLin.vb | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Baget/Aplicacion.nuspec b/Baget/Aplicacion.nuspec index 83f2532..563a7a2 100644 --- a/Baget/Aplicacion.nuspec +++ b/Baget/Aplicacion.nuspec @@ -2,7 +2,7 @@ tsWPF - 5.0.11.0 + 5.0.12.0 Tecnosis Tecnosis false diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index c78ba87..2f73d66 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -55,9 +55,12 @@ Imports System.Windows ' mediante el asterisco ('*'), como se muestra a continuación: ' - - + + +' Cambios en la versión 5.0.12.0 + +' 16/07/2026 la funcion GetMaxlenght devuelve 0 en caso de que no encuentre la propiedad ' Cambios en la versión 5.0.11.0 diff --git a/Obsoleto/ApCabLin.vb b/Obsoleto/ApCabLin.vb index b6025d7..d814b3d 100644 --- a/Obsoleto/ApCabLin.vb +++ b/Obsoleto/ApCabLin.vb @@ -826,7 +826,7 @@ Public Class ApCabLin End If End If End If - Return -1 + Return 0 End Function