Re: [Gambas-user] Data Base Example

2015-01-26 Thread T Lee Davidson
Good work, Lewis. Lee __ "Artificial Intelligence is no match for natural stupidity." On 01/26/2015 09:28 AM, Lewis Balentine wrote: > Following a thread from last week regarding refreshing DataControl I have > developed a small GUI project to demonstrate the use of DataSource and > Dat

Re: [Gambas-user] Data Base Example

2015-01-26 Thread Lewis Balentine
Well when you get past that ... I created a new VM as well (Vmware). This time I did not check the box 'save password'. Then when I tried to publish the project I got the following error: "Unable to publish project. Incorrect version Content-type: text/palin;charset=utf-8 10 OK" ... but it

Re: [Gambas-user] Data Base Example

2015-01-26 Thread Lewis Balentine
The source of the problem is more likely my incompetence than the software. On 01/26/2015 09:04 AM, Benoît Minisini wrote: > I'm currently creating a VirtualBox VM with Mint inside it to > understand how gnome-keyring works on Mint... ---

Re: [Gambas-user] Data Base Example

2015-01-26 Thread Benoît Minisini
Le 26/01/2015 15:28, Lewis Balentine a écrit : > Following a thread from last week regarding refreshing DataControl I > have developed a small GUI project to demonstrate the use of DataSource > and DataControl items of gb.db.form. It demonstrates how to create the > data connection, move between re

[Gambas-user] Data Base Example

2015-01-26 Thread Lewis Balentine
Following a thread from last week regarding refreshing DataControl I have developed a small GUI project to demonstrate the use of DataSource and DataControl items of gb.db.form. It demonstrates how to create the data connection, move between records (first, previous, next, last), save/cancel ed

[Gambas-user] Data Base Example updated

2009-07-11 Thread Pino Zollo
Hi, For who is interested... I have updated the example DataReprtExample that comes with GAMBAS . It is available in http:///www.qsl.net/zp4kfx/Linux/GAMBAS Now it works both with MySQL and PostgreSQL. The original can not work with PostgreSQL because in it the table 'user' is reserved. Re