Se quito codigo que cargaba el servidor DBRequest de la tabla CAT_CODIGOS

This commit is contained in:
2023-10-13 13:33:41 -06:00
parent d4d205e9d0
commit 39b92d3a73
3 changed files with 2 additions and 25 deletions

View File

@@ -208,10 +208,6 @@ Private Sub B4XPage_Created (Root1 As B4XView)
' ruta = File.DirInternal
DateTime.DateFormat = "MM/dd/yyyy"
fecha=DateTime.Date(DateTime.Now)
' c=Starter.skmt.ExecQuery2("select CAT_CO_CONFIGURACION from CAT_CODIGOS where CAT_CO_PONDERACION =1 AND CAT_CO_ACCION = ?", Array As String("SERVER"))
' c.Position =0
' Starter.DBReqServer = c.GetString("CAT_CO_CONFIGURACION")
' c.Close
b=Starter.skmt.ExecQuery("Select count(*) as CUANTOS from pedido_cliente")
b.Position=0
Cuantos = b.GetString("CUANTOS")