Re: [lazarus] oracle

2006-10-18 Thread Adrian Maier
On 10/18/06, Dwi Kristianto [EMAIL PROTECTED] wrote: dear all, is there any oracle client component for lazarus? need it a.s.a.p Hello, As far as I can see, the sqldb unit has support for oracle databases. I haven't tried it myself though . The sqldb tab contains TIBConnection,

Re: [lazarus] Lazarus and DOT Net

2006-10-18 Thread Florian Klaempfl
Thomas Miller wrote: I think most people are interested in ASP.Net as it makes developing web aps almost as easy as developing native aps in Delphi. I still use Delphi for native and Chrome with ASP.Net for web development. http://www.chromesville.com/index.asp? I don't use Lazarus even

Re: [lazarus] Auto complete error: TMySQL50Connection

2006-10-18 Thread Michael Van Canneyt
On Tue, 17 Oct 2006, Mattias Gaertner wrote: On Tue, 17 Oct 2006 15:19:21 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Tue, 17 Oct 2006, Mattias Gaertner wrote: On Fri, 13 Oct 2006 09:17:07 +0200 Mattias Gaertner [EMAIL PROTECTED] wrote: On Fri, 13

Re: [lazarus] oracle

2006-10-18 Thread Michael Van Canneyt
On Wed, 18 Oct 2006, Adrian Maier wrote: On 10/18/06, Dwi Kristianto [EMAIL PROTECTED] wrote: dear all, is there any oracle client component for lazarus? need it a.s.a.p Hello, As far as I can see, the sqldb unit has support for oracle databases. I haven't tried it myself

Re: [lazarus] oracle

2006-10-18 Thread Vincent Snijders
Michael Van Canneyt schreef: On Wed, 18 Oct 2006, Adrian Maier wrote: That's simply because it is not registered. You can add the registration yourself: open registersqldb.pas in lazarus/components/sqldb, add oracleconnection to the uses list, and add the following TOracleConnection, before

Re: [lazarus] oracle

2006-10-18 Thread Adrian Maier
On 10/18/06, Michael Van Canneyt [EMAIL PROTECTED] wrote: Hello, As far as I can see, the sqldb unit has support for oracle databases. I haven't tried it myself though . The sqldb tab contains TIBConnection, TODBCConnection, TPQConnection, TMysqlConnection - but no TOracleConnection .

Re: [lazarus] oracle

2006-10-18 Thread Michael Van Canneyt
On Wed, 18 Oct 2006, Vincent Snijders wrote: Michael Van Canneyt schreef: On Wed, 18 Oct 2006, Adrian Maier wrote: That's simply because it is not registered. You can add the registration yourself: open registersqldb.pas in lazarus/components/sqldb, add oracleconnection to the

Re: [lazarus] Lazarus and DOT Net

2006-10-18 Thread Michael Van Canneyt
On Wed, 18 Oct 2006, Florian Klaempfl wrote: Thomas Miller wrote: I think most people are interested in ASP.Net as it makes developing web aps almost as easy as developing native aps in Delphi. I still use Delphi for native and Chrome with ASP.Net for web development.

Re: [lazarus] icon in my exe program

2006-10-18 Thread Bogusław Brandys
William Cairns wrote: Hi Carlos Try this: http://www.pascalgamedevelopment.com/forums/viewarticle.php?a=58p=1#article http://www.pascalgamedevelopment.com/forums/viewarticle.php?a=58p=1#article Cheers I think it's time to add exe icon to project tab like in delphi (a small

Re: [lazarus] oracle

2006-10-18 Thread Joost van der Sluis
On Wed, 2006-10-18 at 09:29 +0200, Vincent Snijders wrote: Michael Van Canneyt schreef: On Wed, 18 Oct 2006, Adrian Maier wrote: That's simply because it is not registered. You can add the registration yourself: open registersqldb.pas in lazarus/components/sqldb, add

[lazarus] Menu Editor problems

2006-10-18 Thread Graeme Geldenhuys
Hi, Has anybody else noticed that the menu editor is screwed? I use Lazarus 0.9.19 (r10047) under Linux with FPC 2.1.1 and Gtk1 widget set. I create a form, drop a TMainMenu on the form. Double click the TMainMenu which opens the menu editor. I insert a Default File menu template. Save

Re: Menu Editor problems

2006-10-18 Thread Graeme Geldenhuys
I just updated to the latest Lazarus (svn r10089) and the problem still occurs. G. On 18/10/06, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, Has anybody else noticed that the menu editor is screwed? I use Lazarus 0.9.19 (r10047) under Linux with FPC 2.1.1 and Gtk1 widget set. I create a

[lazarus] docking

2006-10-18 Thread Dwi Kristianto
hi all, i want to dock a form (named as form2) into a panel, and it docked smoothly by manualdock method. the dock method does not work. but, i lost the focus of the main form that i can not click a button in mainform. all the focus is redirected to form2. if i close form2, all focus on

Re: [lazarus] Lazarus and DOT Net

2006-10-18 Thread Giuliano Colla
Nataraj S Narayan ha scritto: [...] Already my head is cluttered and confused with so many tools. One company is offered me a job , if I could write the Suduku game using Python. For my work I use Delphi/Lazarus and PHP. Now if I need to get out of this company I need to go the dot net way.

Re: [lazarus] Lazarus and DOT Net

2006-10-18 Thread Nataraj S Narayan
Hi Felipe The question is whether I can dump all other software like Php or pyhton and just use lazarus/Fpc and some amount of C (since most system softwares are written in C) for all my coding, be it web based or native? One problem when being an employee is that the boss wants things

Re: [lazarus] Lazarus and DOT Net

2006-10-18 Thread Michael Van Canneyt
On Wed, 18 Oct 2006, Nataraj S Narayan wrote: Hi Felipe The question is whether I can dump all other software like Php or pyhton and just use lazarus/Fpc and some amount of C (since most system softwares are written in C) for all my coding, be it web based or native? Yes, you can.

Re: [lazarus] Lazarus and DOT Net

2006-10-18 Thread Nataraj S Narayan
Hi I was just mentioning the plethora of options. My prospective employer just wants to test my skills using suduku. Otherwise his company is developing a new webservice, for which he needs only python experts. There is another project called 'dabo' (dabodev.com) which develops a framework

RE: [lazarus] Menu Editor problems

2006-10-18 Thread Crause, Christo \(JC\)
Has anybody else noticed that the menu editor is screwed? I use Lazarus 0.9.19 (r10047) under Linux with FPC 2.1.1 and Gtk1 widget set. I create a form, drop a TMainMenu on the form. Double click the TMainMenu which opens the menu editor. I insert a Default File menu template. Save

[lazarus] MySQL Components

2006-10-18 Thread Terry A Haimann
I noticed that now on the mysql connection component there is a DeleteSQL, UpdateSQL and InsertSQL varibles of TStrings. How do I use them? I am running Lazarus 0.0.18 beta on a FC4 machine. Thx, Terry -- Terry A Haimann [EMAIL PROTECTED]

Re: [lazarus] Lazarus and DOT Net

2006-10-18 Thread Felipe Monteiro de Carvalho
On 10/18/06, Nataraj S Narayan [EMAIL PROTECTED] wrote: I was just mentioning the plethora of options. My prospective employer just wants to test my skills using suduku. Otherwise his company is developing a new webservice, for which he needs only python experts. Well, you can do everything on

Re: [lazarus] MySQL Components

2006-10-18 Thread Michael Van Canneyt
On Wed, 18 Oct 2006, Terry A Haimann wrote: I noticed that now on the mysql connection component there is a DeleteSQL, UpdateSQL and InsertSQL varibles of TStrings. How do I use them? I am running Lazarus 0.0.18 beta on a FC4 machine. Just enter something like Update MyTable Set

Re: [lazarus] Lazarus and DOT Net

2006-10-18 Thread Marco van de Voort
On Tue, Oct 17, 2006 at 09:36:51AM +0530, Nataraj S Narayan wrote: Why is it that every body and anything got a Dot Net version? Even Borland's got a dot net enabled Delphi coming it seems. Some say that Microsoft got Dot net idea from Delphi. [[black humor mode on]] - Microsoft had

Re: [lazarus] MySQL Components

2006-10-18 Thread Terry A Haimann
My real question is how do you execute in the sql in these fields? Is there some sort of hook, like maybe from the dbnavigator? On Wed, 2006-10-18 at 21:31 +0200, Michael Van Canneyt wrote: On Wed, 18 Oct 2006, Terry A Haimann wrote: I noticed that now on the mysql connection component

Re: [lazarus] MySQL Components

2006-10-18 Thread Michael Van Canneyt
On Wed, 18 Oct 2006, Terry A Haimann wrote: My real question is how do you execute in the sql in these fields? Is there some sort of hook, like maybe from the dbnavigator? They are used automatically when you execute the dataset's Delete and Post methods ? So something like