GRID problem with DBF
Posted: Tue Aug 26, 2014 1:20 pm
In this simple app, GRID control shows one letter (usually H or X) instead of entire DBF field.
There is no rule, sometimes it is in first column, sometimes second, sometimes both...
HMG (32 bits) 3.3.1
I've tried other DBF's, alternative GRID control, COLUMNCONTROLS... but result is the same.
Please help
There is no rule, sometimes it is in first column, sometimes second, sometimes both...
HMG (32 bits) 3.3.1
I've tried other DBF's, alternative GRID control, COLUMNCONTROLS... but result is the same.
Please help

Code: Select all
@ 0,0 grid grid_artikli;
WIDTH 600;
HEIGHT 500;
HEADERS {'SIFRA','BARCODE','NAZIV','SIFROBED'} ;
COLUMNFIELDS { 'SIFROBE','SIFROBEB','NAZIV','SIFROBED' } ;
WIDTHS {90,90,200,90};
ROWSOURCE "ARTIKLI" ;
on dblclick f_artikli();
FONT 'ARIAL' SIZE 8