[Gambas-user] Questions about SQLIte and Data Objects

Benoît Minisini gambas at ...1...
Thu Aug 16 14:14:29 CEST 2012


Le 10/08/2012 01:34, acidblue a écrit :
>
> I noticed when i use 'datetime' as a type in sqlite it also adds a time at
> the end the date:
> 8/9/2012 00:00:00 when displayed in a dataview box.
>
> Is there a way to NOT display the time, just the date?
>
> I have to re-adjust the column widths every time program loads,(using
> dataview),this is inherited
> of the length of the Varchar and string elements in the database.
> Is there a way to adjust the column widths to my liking and have them stay
> that way?
>
> I've tried using both the datacombo and the datacomboview but have received
> error messages when I do.
> "Unknown symbol in HeaderHieght in class", Grid_viewRows"
> But when I double click either the datacomdo or the comboview to enter code
> gambas crashes.
>

The DataView control needs to be enhanced so that we can configure each 
column: displayed format, alignment...

-- 
Benoît Minisini




More information about the User mailing list