viewing currency data

f150xtr

New Member
Licensed User
What control do you use to view financial data from an sqlite database? "Table" doesn't right align the numbers within the cell so columns of currency data look crappy. Is it possible to use the grid active x object from microsoft with b4p?
 

Ida

Member
Licensed User
Longtime User
What control do you use to view financial data from an sqlite database? "Table" doesn't right align the numbers within the cell so columns of currency data look crappy. Is it possible to use the grid active x object from microsoft with b4p?


With the additional library Listview (with and without SQLite) from Filippo you can specify a "TextAligment (0=Left, 1=Right) for a column.
Perhaps this can help you.

Ida
 

f150xtr

New Member
Licensed User
With the additional library Listview (with and without SQLite) from Filippo you can specify a "TextAligment (0=Left, 1=Right) for a column.
Perhaps this can help you.

Ida

Thanks, I'll give it a try....
 
Top