if there is method in DBCOMBO with add or del an item form list /list - database/
maybe an example
// REASIGNO VALORES A UN DBCOMBO
local aNuevo1 := {"1","2","3","4"}, aNuevo2 := {"Valor 1","Valor 2", "Valor 3", "Valor 4"}
oCmb:aItems := aNuevo1
oCmb:aList := aNuevo2
oCmb:SetItems( oCmb:aItems, oCmb:aList, .t. )
aVar[5] := "0"
oCmb:REFRESH()
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: karinha and 87 guests