Hello,
To make the UpdateSql Editor work in Lazarus, you have to remove
"TextHeight = 13" from ZUpdateSqlEditor.lfm.
Regards,
Edwin
Search found 11 matches
- 06.06.2008, 23:21
- Forum: User Patches
- Topic: [patch_done] UpdateSql Editor in Lazarus
- Replies: 3
- Views: 1069
- 08.03.2007, 19:41
- Forum: User Patches
- Topic: [bug_fixed] ZDataset Events in Lazarus
- Replies: 7
- Views: 3196
[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...
- 25.02.2007, 03:32
- Forum: User Patches
- Topic: [bug_fixed] Master-detail close/open
- Replies: 5
- Views: 2353
[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...
- 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: 2474
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...
- 08.09.2005, 16:52
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZeosDBO in Lazarus
- Replies: 23
- Views: 9961
- 08.09.2005, 16:45
- Forum: ZDBC (ZEOS Database Connectivity)
- Topic: SQL Editor in Lazarus
- Replies: 1
- Views: 3480
- 29.08.2005, 01:44
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZeosDBO in Lazarus
- Replies: 23
- Views: 9961
- 24.08.2005, 23:46
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZeosDBO in Lazarus
- Replies: 23
- Views: 9961
- 18.08.2005, 21:53
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZeosDBO in Lazarus
- Replies: 23
- Views: 9961
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, ...
- 17.08.2005, 16:34
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZeosDBO in Lazarus
- Replies: 23
- Views: 9961
- 17.08.2005, 16:03
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZeosDBO in Lazarus
- Replies: 23
- Views: 9961
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...