Guest User

Untitled

a guest
Apr 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. ComboDocumentos = addListBox("listTipoDoc", "gnr_documentos", "idDocumento", "tipoDocumento", sp.getComponent("gTipoDoc"));
  2. ComboEmpresas = addListBox("listEmp", "emp_empresas", "idEmpresaCliente", "nombreEmpresa", sp.getComponent("gEmpresa"));
  3. ComboSexos = addListBox("listSexos", "gnr_sexos", "idSexo", "sexo", sp.getComponent("gSexo"));
  4. ComboProfesiones = addListBox("listProf", "gnr_profesiones", "idProfesion", "profesion", sp.getComponent("gProfesion"));
  5. ComboEstCiviles = addListBox("listEstCiv", "gnr_estadosciviles", "idEstadoCivil", "estadoCivil", sp.getComponent("gEstadoCv"));
  6.  
  7. ComboEdades = addListBox("listEdades", "gnr_edades", "idEdad", "tipoEdad", sp.getComponent("glstEdad"));
Add Comment
Please, Sign In to add comment