Search found 3 matches

by andyhill
10.10.2006, 22:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: D7 IDE Hangs on compile using examples
Replies: 4
Views: 994

Updated to latest code.

Example compiles OK.

Love the new OnAfterInsertStatement.

Thanks for all your hard work. I look forward to many more new innovations.
by andyhill
10.10.2006, 21:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: D7 IDE Hangs on compile using examples
Replies: 4
Views: 994

I see no parameter in this event

procedure TForm1.ZUpdateSQL1AfterInsertSQL(Sender: TObject);
begin
//PostMessage(Handle, CM_QUERY_REFRESH, 0, 0);
end;

(TzQuery.Options doCalcDefaults enabled)
by andyhill
10.10.2006, 08:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: D7 IDE Hangs on compile using examples
Replies: 4
Views: 994

D7 IDE Hangs on compile using examples

-------------------------------------------------------------------------------- Hi to all. Just installed ZeosLib 6.5.1-alpha CVS-Version into D7 - all went OK. Opened several supplied example projects and even though we can connect to and retrieve data from MySQL in IDE when I try to compile/build...