Re: [Lazarus] SQLite: How to create lookup fields?

2008-12-26 Thread Luiz Americo Pereira Camara
User escreveu: Hi again, my TSQLite3Dataset components: DatasetSales with the fields: Code, Item, Amount, Price, Vendor DatasetItems with the fields: Code, Description I do not want that the lookup field to be editable. My new code: procedure TForm1.FormCreate(Sender: TObject); var

Re: [Lazarus] SQLite: How to create lookup fields?

2008-12-26 Thread Alexander Klenin
On Fri, Dec 26, 2008 at 11:28, User usuarioanonimomy...@gmail.com wrote: Hi again, my TSQLite3Dataset components: My new code: [skip] but nothing happen. Why? Because, as I already pointed out: On Thu, Dec 25, 2008 at 21:05, Alexander Klenin kle...@gmail.com wrote: It seems to be

[Lazarus] console gets crazy

2008-12-26 Thread Sebastian Kraft
Hello, after one of my applications has finished my console output gets corrupted. Looks like this after pressing return... no carriage return is made, just one big line. das...@daseeb-laptop:~/devel/cactusjukebox$ das...@daseeb-laptop:~/devel/cactusjukebox$

Re: [Lazarus] console gets crazy

2008-12-26 Thread Mattias Gaertner
On Fri, 26 Dec 2008 12:55:01 +0100 Sebastian Kraft sebastian_kr...@gmx.de wrote: Hello, after one of my applications has finished my console output gets corrupted. Looks like this after pressing return... no carriage return is made, just one big line.

Re: [Lazarus] console gets crazy

2008-12-26 Thread Sebastian Kraft
Any ideas where I have to look for? Try typing resetenter This works... Thanks! But where does this behaviour come from? Is there a problem with my program? How could I solve this at the root? Sebastian -- Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL für

Re: [Lazarus] console gets crazy

2008-12-26 Thread Mattias Gaertner
On Fri, 26 Dec 2008 14:44:09 +0100 Sebastian Kraft sebastian_kr...@gmx.de wrote: Any ideas where I have to look for? Try typing resetenter This works... Thanks! But where does this behaviour come from? Is there a problem with my program? How could I solve this at the

[Lazarus] MaskEdit: question on how it should behave

2008-12-26 Thread Bart
Hi, I'm currently working on the MaskEdit unit, which is ATM not totally Delphi compatible ;) Since I only have an ancient Delphi (D3) (on ancient hardware, so I cannnot even run newer versions) I have some questions on the behaviour of MaskEdit in current delphi versions. Question 1: If I set

Re: [Lazarus] MaskEdit: question on how it should behave

2008-12-26 Thread Alexander Klenin
On Sat, Dec 27, 2008 at 10:07, Bart bartjun...@gmail.com wrote: Question 1: If I set the text of a MaskEdit to some value that does not match the mask (e.g. EditMask = '' and then MaskEdit.Text := 'ABCD'), in D3 no exception is raised and the text in the control is set. Is this still the