Page 1 of 1

Rellenar un combobox (SOLUCIONADO)

PostPosted: Thu Jan 26, 2023 5:20 pm
by Armando
Hola foreros:

Tengo un combobox con array, al inicio del programa lleno el array dede una tabla y el combobox se muestra bien, ahora
necesito volver a llenar el array por si algún usuario agrego un nuevo item a la tabla, ¿Cómo vuelvo a llenar el combobox
para incluirle el nuevo item?, vuelvo a leer la tabla y la meto al array, reviso y esta el nuevo item pero el combobox no
lo incluye.

Su ayuda será apreciada

Saludos

Re: Rellenar un combobox

PostPosted: Thu Jan 26, 2023 5:31 pm
by karinha

Re: Rellenar un combobox (SOLUCIONADO)

PostPosted: Thu Jan 26, 2023 5:35 pm
by Armando
Gracias Karinha:

Problema resuelto con:
Code: Select all  Expand view

   aGets[07]:SetItems( acDes)
   aGets[07]:Refresh()
 


Saludos

Re: Rellenar un combobox (SOLUCIONADO)

PostPosted: Thu Jan 26, 2023 5:53 pm
by karinha
Armando wrote:Gracias Karinha:

Problema resuelto con:
Code: Select all  Expand view

   aGets[07]:SetItems( acDes)
   aGets[07]:Refresh()
 


Saludos


Mui bién!!

Regards, saludos.