mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-21 20:09:13 +00:00
Se quito codigo que cargaba el servidor DBRequest de la tabla CAT_CODIGOS
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user