2026-01-30 03
This commit is contained in:
@@ -7,7 +7,7 @@ Imports DevExpress.Xpf.Grid
|
||||
Imports DevExpress.Xpf.Core
|
||||
Imports System.Linq.Dynamic
|
||||
Imports DevExpress.Xpf.Bars
|
||||
Imports tsl5.Datos
|
||||
Imports tsUtilidades.Datos
|
||||
Imports tsWPF
|
||||
Imports DevExpress.Data
|
||||
Imports tsWPF.Comun
|
||||
@@ -53,7 +53,7 @@ Public Class ucBalanceSumasYSaldos
|
||||
End Sub
|
||||
Private _Nivel As Integer
|
||||
Public Overrides Sub Cargado()
|
||||
_Nivel = CInt(Rutinas.Ttagi(Me.OtrosParametros, "OPAR"))
|
||||
_Nivel = CInt(tsUtilidades.Utilidades.Ttagi(Me.OtrosParametros, "OPAR"))
|
||||
Dim Ejercicios = bd.ejercicioscontables.OrderByDescending(Function(x) x.FechaInicio).ToList
|
||||
Dim ejab = Ejercicios.Where(Function(x) x.FechaCierre Is Nothing)
|
||||
deFechaInicio.EditValue = ejab.OrderBy(Function(x) x.FechaInicio).First.FechaInicio
|
||||
|
||||
Reference in New Issue
Block a user