Problem in grid with control combo
Posted: Tue Mar 19, 2013 12:14 pm
English By Google
Hello friends
In an editable grid with a ComboBox that contains the following information:
aItems_combo: = {'A', 'B', 'C', 'D'}
aClaves_combo: = {3, 1, 4, 2}
aItems_grid: = {{1}, {3}, {4}}
Control definition in grid
{{'COMBOBOX' aItems_combo, aClaves_combo}}
When data does show incorrectly, to edit the cell displays the content correctly.
According to previous data, the first data of the items the grid is 1, therefore, should show the letter B as defined aClaves_Combo delivered, however sample A.
I hope you can correct this problem.
Best regards,
Luis Vasquez
Hola amigos
En un grid editable con un control combobox que contiene los siguientes datos :
aItems_combo:= {'A','B','C','D'}
aClaves_combo := { 3, 1, 4, 2 }
aItems_grid :={ {1}, {3}, {4} }
{ { 'COMBOBOX', aItems_combo, aClaves_combo} }
Al mostrar los datos lo hace de forma incorrecta, al editar la celda muestra el contenido correctamente.
segùn los datos anteriores, el primer dato de los items del grid es 1, por lo tanto, deberìa mostrar la letra B segùn la definición entregada en aClaves_Combo, sin embargo muestra A.
Espero se pueda corregir este problema.
Saludos cordiales,
Hello friends
In an editable grid with a ComboBox that contains the following information:
aItems_combo: = {'A', 'B', 'C', 'D'}
aClaves_combo: = {3, 1, 4, 2}
aItems_grid: = {{1}, {3}, {4}}
Control definition in grid
{{'COMBOBOX' aItems_combo, aClaves_combo}}
When data does show incorrectly, to edit the cell displays the content correctly.
According to previous data, the first data of the items the grid is 1, therefore, should show the letter B as defined aClaves_Combo delivered, however sample A.
I hope you can correct this problem.
Best regards,
Luis Vasquez
Hola amigos
En un grid editable con un control combobox que contiene los siguientes datos :
aItems_combo:= {'A','B','C','D'}
aClaves_combo := { 3, 1, 4, 2 }
aItems_grid :={ {1}, {3}, {4} }
{ { 'COMBOBOX', aItems_combo, aClaves_combo} }
Al mostrar los datos lo hace de forma incorrecta, al editar la celda muestra el contenido correctamente.
segùn los datos anteriores, el primer dato de los items del grid es 1, por lo tanto, deberìa mostrar la letra B segùn la definición entregada en aClaves_Combo, sin embargo muestra A.
Espero se pueda corregir este problema.
Saludos cordiales,