Search found 11 matches

by Edwin
06.06.2008, 23:21
Forum: User Patches
Topic: [patch_done] UpdateSql Editor in Lazarus
Replies: 3
Views: 1063

[patch_done] UpdateSql Editor in Lazarus

Hello,

To make the UpdateSql Editor work in Lazarus, you have to remove
"TextHeight = 13" from ZUpdateSqlEditor.lfm.

Regards,

Edwin
by Edwin
08.03.2007, 19:41
Forum: User Patches
Topic: [bug_fixed] ZDataset Events in Lazarus
Replies: 7
Views: 3166

[bug_fixed] ZDataset Events in Lazarus

Hello, When I try to add an event (like AfterOpen or BeforeEdit) to a ZQuery in Lazarus 0.9.21, I get an error (identifier not found: TDataSetNotifyEvent). This can be resolved by adding {$IFDEF FPC} DB {$ENDIF} to 'uses' in ZDataset.pas. I found this solution in the Lazarus forum (thanks to Meg). C...
by Edwin
25.02.2007, 03:32
Forum: User Patches
Topic: [bug_fixed] Master-detail close/open
Replies: 5
Views: 2336

[bug_fixed] Master-detail close/open

Hello, When I change something in a Master Dataset (TZQuery), the focus of the DBGrid of its Detail Dataset always jumps to the first record. This happens because the Detail Dataset closes and opens when its Master Dataset changes. Could you improve this behaviour by changing this in the unit ZAbstr...
by Edwin
14.10.2005, 22:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo-6.5.1-13-10-2005 in Lazarus
Replies: 8
Views: 2452

zeosdbo-6.5.1-13-10-2005 in Lazarus

Hello, ZeosDBO 6.5.1-alpha CVS release as of 13/10/2005 installation in Lazarus gives errors. The first error occurs when trying to compile zplain.lpk. It can be resolved by renaming the Filename Value ZPlainPostgreSql81.pas in zplain.lpk to ZPlainPostgreSql8x.pas. But the second error occurs when t...
by Edwin
08.09.2005, 16:52
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZeosDBO in Lazarus
Replies: 23
Views: 9880

Hello,

Just want to know if there is any news about the 'Date-problem'?

Thanks
by Edwin
08.09.2005, 16:45
Forum: ZDBC (ZEOS Database Connectivity)
Topic: SQL Editor in Lazarus
Replies: 1
Views: 3445

It is a bug in Lazarus. I reported it and they are working on the problem.
by Edwin
29.08.2005, 01:44
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZeosDBO in Lazarus
Replies: 23
Views: 9880

Maybe there is something wrong with the function AnsiSQLDateToDateTime (/DateTimeToAnsiSQLDate) in ZSysUtils.
by Edwin
24.08.2005, 23:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZeosDBO in Lazarus
Replies: 23
Views: 9880

The problem might be in ZAbstractRODataset.pas (maybe Get/SetFieldData), ZDatasetUtils.pas (maybe DateTimeToNative or NativeToDateTime) or ZDbcCache (maybe Get/SetTimestamp or Get/SetDate).
by Edwin
18.08.2005, 21:53
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZeosDBO in Lazarus
Replies: 23
Views: 9880

Thank you for your reply. I checked and it seems that everything is still OK in the Lazarus snapshot of 05/08/2005. This snapshot uses the same FPC version as the latest snapshot, so at least we know the problem is not there. Do you have any idea if, how and when this problem can be solved? Thanks, ...
by Edwin
17.08.2005, 16:34
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZeosDBO in Lazarus
Replies: 23
Views: 9880

Hello Stevie,

I am using Firebird 1.5.2.
The database contains dates from jan 2003 until may 2005 and they are all shown as '30/12/1899'.
by Edwin
17.08.2005, 16:03
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZeosDBO in Lazarus
Replies: 23
Views: 9880

ZeosDBO in Lazarus

Hello, First of all: Zeos is great! Thanks for keeping it alive and thanks for porting it to Lazarus. In the latest Lazarus Snapshot with the latest ZeosDBO, the Date field of a ZQuery is always shown as '30/12/1899'. Long time ago this problem was solved but it seems to be back. Is there a way to s...