En Whats New dice:
Previamente, ambos, itemField y listField tienen que ser
de tipo carácter; ahora itemField (o array) puede ser numérico. Mira el nuevo ejemplo:
samples\TESTDBC1.PRG. Gracias a James Bott.
1. Cuando itemsfield es numerico da error :
Error de argumento ALLTRIM()
Called from: => ALLTRIM(0)
Called from: => __EVAL(0)
Called from: => ASCAN(0)
Called from: => TCOMBOBOX:SET(0)
Called from: => TDBCOMBO:DEFAULT(0)
Called from: => TDBCOMBO:INITIATE(0)
Called from: => __OBJSENDMSG(0)
Called from: => OSEND(0)
Called from: => ASEND(0)
Called from: => TDIALOG:INITIATE(0)
Called from: => TDIALOG:HANDLEEVENT(0)
Called from: => DIALOGBOXINDIRECT(0)
Called from: => TDIALOG:ACTIVATE(0)
Called from: => MAIN(50)
2. El ejemplo que se menciona tiene un Itemfield de caracteres y el array también es de caracteres (un string numérico pero string al fin), en definitiva creo que omitieron poner el cambio, aunque los comentarios en el código fuente dicen que cambio está.
De hecho reemplacé los valores de texto del ejemplo mencionado para reproducir el error que ven.
SI NO ES MUCHA MOLESTIA, me gustaría saber si el cambio ESTARÁ EN UNA CORRECION DE MARZO O FUTURA.
Gracias.....