Search found 7 matches

by nelson777
13.04.2007, 15:49
Forum: User Patches
Topic: [bug_fixed] ZDataset Events in Lazarus
Replies: 7
Views: 3166

Ok Mark,

Lazarus is a project that´s not very mature yet, so we should expect to see more of this sort of thing.
What I did was put a TShape instead of a TPanel and made my code hide and show the components I need one by one. Boring, but works for now.
Thnx for your answer anyway.

Nelson
by nelson777
12.04.2007, 17:11
Forum: User Patches
Topic: [bug_fixed] ZDataset Events in Lazarus
Replies: 7
Views: 3166

Yes, and about about the TPanel thing ?
by nelson777
11.04.2007, 22:50
Forum: User Patches
Topic: [bug_fixed] ZDataset Events in Lazarus
Replies: 7
Views: 3166

by the way, I got the 234 revision from here:

http://zeosdownload.firmos.at/downloads/snapshots/

Is there any other place to get it ?
by nelson777
11.04.2007, 22:46
Forum: User Patches
Topic: [bug_fixed] ZDataset Events in Lazarus
Replies: 7
Views: 3166

hello ppl, I had the same problem and tryed to download this revision, but I only found revisons 228 and 234 so I gone for the latest (234). Fixed my problem, but now when I have a TPanel in the same form and try to access field editor (in Lazarus by the way) it crashes the whole IDE. Is there a fix...
by nelson777
03.03.2006, 16:02
Forum: 6.1.5
Topic: TZUpdateSQL
Replies: 7
Views: 3925

Perfect. Just what I wanted. Thnkx.
by nelson777
03.03.2006, 13:59
Forum: 6.1.5
Topic: TZUpdateSQL
Replies: 7
Views: 3925

Thnx for your answer.

Does that means I have a live connection to the DB at all times ? even with cachedupdates on ? If thats true what would be the advantage over using a TZTable instead ?
I'm on Delphi 4. Can't use 6.5.1

Nelson
by nelson777
03.03.2006, 00:47
Forum: 6.1.5
Topic: TZUpdateSQL
Replies: 7
Views: 3925

TZUpdateSQL

How exactly do I use TZUpdateSQL ?

I use a TZQuery with UpdateObject property set, cachedupdates=true, but the associated dbgrid is still readonly. Do I have to use RequestLive = True ? it works, but I just don´t want a live connection to the db.

What´s the right way to do it ?

thnx,
Nelson