[Gambas-user] Tableview format
nogueira_jr
nogueira_jr at ...172...
Thu May 17 17:12:58 CEST 2007
Hi All:
Please, help me in the TableView:
I use SQLite3 and my table have:
codigo alfanumerico 13
preco float
Problem 1: Tableview show the order:
CODIGO
1
10
11
2
3 .....
I want the correct order:
1
2
3
....
9
10
11
Problem 2: Tableview show the alignment:
PRECO
10.00
1.99
100.50 .....
I want the correct alignment to right:
10.00
1.99
100.50 ...
OK?
"Obrigado" from Brazil
Nogueira
More information about the User
mailing list