Re: [Gambas-user] gb3: unable to compile on Debian Wheezy (testing)

2011-10-04 Thread Kevin Fishburne
On 10/02/2011 09:29 AM, Demosthenes Koptsis wrote: > On my LMDE which i also had the first problem with the link library > > is > # Libraries that this one depends upon. > dependency_libs=' /usr/lib/libfreetype.la -lz > -L/usr/lib /usr/lib/libSDL.la' > > i was firstly had the problem with /usr/lib/

Re: [Gambas-user] Surrogate keys and database insertions

2011-10-04 Thread Bruce Bruen
On Mon, 2011-09-26 at 14:46 +0200, Benoît Minisini wrote: > > On Mon, 2011-09-26 at 14:03 +0200, Benoît Minisini wrote: > > > This feature is missing, mainly because there is no standard way to do > > > that in SQL, and I don't know if there is a function for that in all SQL > > > DBMS. > > > > I

Re: [Gambas-user] Trouble with Listings

2011-10-04 Thread Dag-Jarle Johansen
again 2011/10/4 Dag-Jarle Johansen > Fabien, off course I will - obviously not so comfortable with windows any > more - lol - the mail just shot away. > > public sub MakeHeader() > Tableview1.Columns = 15 (better would be RSF.Count-1) > (I get read-ony on this position) > End so I ask

Re: [Gambas-user] Trouble with Listings

2011-10-04 Thread Dag-Jarle Johansen
Fabien, off course I will - obviously not so comfortable with windows any more - lol - the mail just shot away. public sub MakeHeader() End 2011/10/4 Fabien Bodard > 2011/10/4 Dag-Jarle Johansen : > > Hey everybody, > > > > > > I am trying to put data into a Tableview (and or gridview), bu

Re: [Gambas-user] Trouble with Listings

2011-10-04 Thread Fabien Bodard
2011/10/4 Dag-Jarle Johansen : > Hey everybody, > > > I am trying to put data into a Tableview (and or gridview), but let us stay > with the Tableview. I have a non-existent internet-connection on my usual > PC, so I have to tip in the code from memory. > > I use a recordset named RSF, filled with

[Gambas-user] Trouble with Listings

2011-10-04 Thread Dag-Jarle Johansen
Hey everybody, I am trying to put data into a Tableview (and or gridview), but let us stay with the Tableview. I have a non-existent internet-connection on my usual PC, so I have to tip in the code from memory. I use a recordset named RSF, filled with names (an a few other properties) form a Tab

[Gambas-user] Array.MoveTo - a proposal

2011-10-04 Thread Rolf-Werner Eilert
Hi folks, This must have been a rare thing for me, at least I feel I've never coded something like this for the last few years. Please remember I still use Gambas 2. In an array (here: string[]) I need to move one part to another place, kinda sort does, but only once. I let the thing search f

Re: [Gambas-user] WebForm

2011-10-04 Thread Fabien Bodard
http://gambasforge.org use gb.web too, and gb.image, and gb.web, and gb.pcre Le 4 octobre 2011 00:21, Benoît Minisini a écrit : >> Greetings community, I have no clear how to do it and I'm lost, if I >> could help, I need to create a program that connects to a database and >> insert records but f