What's happened ?
I converte a dbf into array and then I made
- Code: Select all Expand view
- @40,0 XBROWSE oBrw SIZE -2,-2 PIXEL OF oDlg ;
DATASOURCE aData COLUMNS aBrowse
the array abrowse is..
- Code: Select all Expand view
- local aBrowse := { { "DATA", i18n("Data "),, 80, },;
{ "CONCORSO", i18n("Concorso"),, 40, },;
{ "BA1", i18n("1"),, 30, },; //3
{ "BA2", i18n("2"),, 30, },;
{ "BA3", i18n("3"),, 30, },;
......
How I can make to load all field of array (57) ?