[Gambas-user] Tableview format
nogueira_jr
nogueira_jr at ...172...
Fri May 18 00:38:45 CEST 2007
Fabien Bodard escreveu:
> 2007/5/17, nogueira_jr <nogueira_jr at ...172...>:
>> 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
>
>
> use the sql statement :
> "SELECT * FROM MyTable ORDER BY codigo
Already I am using the ORDER BY codigo .....
?????
> Problem 2: Tableview show the alignment:
> in the GridView1_Data event :
> if Column=1 then GridView1.Data.Alignment=align.right
OK Correct !!!!!!!
Tks Fabien
Nogueira
More information about the User
mailing list