Re: [Gambas-user] Questions about SQLIte and Data Objects

2012-09-05 Thread acidblue
Benoît Minisini wrote: > > 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

Re: [Gambas-user] Questions about SQLIte and Data Objects

2012-08-20 Thread Benoît Minisini
Le 20/08/2012 20:13, Benoît Minisini a écrit : > > Maybe I should add a "Load" event that would be raised each time the > DataView contents has been loaded from the database. That way, you won't > have to worry about when exactly you should apply the columns widths... > No need for that: the DataS

Re: [Gambas-user] Questions about SQLIte and Data Objects

2012-08-20 Thread Benoît Minisini
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 think I have some sort of solution for you,

Re: [Gambas-user] Questions about SQLIte and Data Objects

2012-08-16 Thread rocko
On Thu, 2012-08-16 at 14:14 +0200, Benoît Minisini wrote: > 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

Re: [Gambas-user] Questions about SQLIte and Data Objects

2012-08-16 Thread Benoît Minisini
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

Re: [Gambas-user] Questions about SQLIte and Data Objects

2012-08-09 Thread Shane
On 10/08/12 09:34, acidblue wrote: > 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. use format command > > Is there a way to NOT display the time, just the date? > > I have to re-adjust the column

[Gambas-user] Questions about SQLIte and Data Objects

2012-08-09 Thread acidblue
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 inherit