Re: [Gambas-user] problem with database manager (gambas3)

2010-01-25 Thread kobolds
I updated rev 2640 . thanks it fixed . Benoît Minisini wrote: > >> 2. click on a test table you will see no records on records view . double >> click on the records view you will get exception . this exception only >> happen if no record . if there's a record then the exception won't come >>

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-25 Thread kobolds
I just updated with rev 2640 . this problem still happen . when I click to close the tab for db manager , it close whole ide . no error show up . this problem only happen for db manager . the source or form tab is ok. is there a way for me to trace ? Benoît Minisini wrote: > >> 1. after you

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-25 Thread kobolds
the double quote is a habit for indicate value is string . if the double quote is not needed anymore shouldn't there be a warning when a user try to enter a double or single quote? Benoît Minisini wrote: > >> I found another problem with the db manager . >> >> when I set the default value

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-25 Thread Benoît Minisini
> 2. cannot add /modify /delete the records in a table. if no records in the > table and I click on the view , I get exception and gb3 terminate . the add > button always disable and the delete button is not working. > In revision #2638, you can now create and remove records. The DataView contro

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-24 Thread Benoît Minisini
> 1. after you open the database manager , at the top right you will see red > close button (to close the tab) click on it , it will close the whole ide > when it not suppose to be > Sorry, I can't reproduce the bug. When I click on the red close button, it only closes the tab, not the whole IDE

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-24 Thread Benoît Minisini
> 2. click on a test table you will see no records on records view . double > click on the records view you will get exception . this exception only > happen if no record . if there's a record then the exception won't come out > That bug has been fixed in revision #2630. Regards, -- Benoît Mi

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-24 Thread Benoît Minisini
> I found another problem with the db manager . > > when I set the default value of a field of a table for sqlite3 , > for example the field name log_status and the default value "ACTIVE" . > > when a new record is created the log_status field show "ACTIVE" the double > quote sign is included wh

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-19 Thread kobolds
I found another problem with the db manager . when I set the default value of a field of a table for sqlite3 , for example the field name log_status and the default value "ACTIVE" . when a new record is created the log_status field show "ACTIVE" the double quote sign is included when it's not

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-18 Thread kobolds
here I attach the test project and snap shot. the database is in sqlite3 . you need to change the path of the connection 1. after you open the database manager , at the top right you will see red close button (to close the tab) click on it , it will close the whole ide when it not suppose to be

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-18 Thread Benoît Minisini
> >> 1. when I close the database manager , it close the whole gb3 > > > > Where do you click exactly? Can you give me more details? > > the red close tab button > Can you send me your full project and tell me what should I do to reproduce the bug. If it needs a specific database connection, ca

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-18 Thread kobolds
>> 1. when I close the database manager , it close the whole gb3 > Where do you click exactly? Can you give me more details? > the red close tab button Benoît Minisini wrote: > >> I though the one show at the connection is db manager ?. >> I create a sqlite db connection . when I click on

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-18 Thread Benoît Minisini
> I though the one show at the connection is db manager ?. > I create a sqlite db connection . when I click on it , it show db manager > where I can add/modify or delete table. > > even though it's integrated into the ide , I though it's still db manager . > Ah, OK, yes it is! :-) > 1. when I c

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-18 Thread kobolds
I though the one show at the connection is db manager ?. I create a sqlite db connection . when I click on it , it show db manager where I can add/modify or delete table. even though it's integrated into the ide , I though it's still db manager . Benoît Minisini wrote: > >> I having some

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-18 Thread Benoît Minisini
> I having some problem with the database manager on gb3 The database manager has been deprecated and will be removed in Gambas 3. What are you talking about? -- Benoît Minisini -- Throughout its 18-year history, RSA C

[Gambas-user] problem with database manager (gambas3)

2010-01-17 Thread kobolds
I having some problem with the database manager on gb3 1. when I close the database manager , it close the whole gb3 2. cannot add /modify /delete the records in a table. if no records in the table and I click on the view , I get exception and gb3 terminate . the add button always disable and the