Re: [Lazarus] SQLTransaction: Operation cannot be performed on an active transaction

2013-06-06 Thread Antonio Fortuny
Hi all, I tried reviewed the code and commented the try...except statement for more debug: procedure TfrmMainWindow.bitBtn1Click(Sender: TObject); begin //try DataModuleConn.openConnection;

[Lazarus] Lazarus Wiki brasilian portuguese translation question

2013-06-06 Thread Edilson Vieira
Hi list! I am trying to contribute to Lazarus Wiki translation to brasilian portuguese. But I am a little confused here. >From the main page, when I click on Portuguese (pt) link the page (already translated) is shown in portuguese but not the left panel (navigation). Then if I click on another t

Re: [Lazarus] SQLTransaction: Operation cannot be performed on an active transaction

2013-06-06 Thread Eric Kom
On 06/06/2013 15:17, Antonio Fortuny wrote: Hi all, I tried reviewed the code and commented the try...except statement for more debug: procedure TfrmMainWindow.bitBtn1Click(Sender: TObject); begin /

Re: [Lazarus] About Arabic translating in Lazarus

2013-06-06 Thread Zaher Dirkey
On Thu, Jun 6, 2013 at 3:30 PM, Hans-Peter Diettrich wrote: > Then we should use two distinct codepages for both versions, ​There is here 2 problems, first one translation quality ​you talk about it. Second, you can guess it, that related to managing the source and apply patches, now for me i mu

Re: [Lazarus] SQLTransaction: Operation cannot be performed on an active transaction

2013-06-06 Thread Eric Kom
On 06/06/2013 16:01, Eric Kom wrote: On 06/06/2013 15:17, Antonio Fortuny wrote: Hi all, I tried reviewed the code and commented the try...except statement for more debug: p

Re: [Lazarus] Event-driven network-traffic question

2013-06-06 Thread Guionardo Furlan
Try synapse: http://synapse.ararat.cz/doku.php 2013/6/6 Koenraad Lelong > Hi, > > I need an application to dump some information to a server. Part of the > information is stored in a firebird-database. > The server has some text-based protocol over tcp. > > For every entry in the database, I n