This commit is contained in:
Abel López
2026-08-27 16:19:01 -04:00
319 changed files with 2816 additions and 9123 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FUNCTION busca_departamento()
DEFINE pdepartamento ui.combobox,
kdepartamento SMALLINT,kdescripcion CHAR(30)
LET pdepartamento = ui.combobox.forname("formonly.departamento")
LET pdepartamento = ui.combobox.forname("formonly.depto_a")
CALL pdepartamento.clear()
DECLARE pagar CURSOR FOR
SELECT departamento, nom_dpto FROM adtb00001