Search found 4 matches

by jkebert
03.04.2007, 08:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Trouble while installing ZEOSDBO 6.6.1 beta on Delphi 2007
Replies: 18
Views: 4826

Frank, I just installed these components on a brand new install of D2007.... All compiled. I was unable to "install" the ZComponentDesign by right-click, so I clicked on menu item "component", then install packages and then I added the Zeos components there. Of course the compone...
by jkebert
11.03.2007, 22:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: 6.6.1 Delphi 6 MySql 5
Replies: 3
Views: 1492

Hi Again,

Well, it *is* a show stopper, as I cannot load my field defs into the component to format or hide various fields... grrr.

John
by jkebert
11.03.2007, 05:59
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: 6.6.1 Delphi 6 MySql 5
Replies: 3
Views: 1492

Thanks Mark, It does work fine when the connected property is set to true in a buttonclick procedure, which will be okay, although sometimes it is nice to set it true in the IDE for layout purposes, but not a show stopper. I have tried various path adjustments in the IDE with no luck - oh well. Best...
by jkebert
03.03.2007, 19:01
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: 6.6.1 Delphi 6 MySql 5
Replies: 3
Views: 1492

6.6.1 Delphi 6 MySql 5

Several things.... In Delphi 6, the .pas files will not compile until I edited every file so that the Include directive eg.{$I ZCore.inc} is after the "uses" statement. Here is what the beginning of ZClasses.pas looks like now: unit ZClasses; interface uses SysUtils, Classes; {$I ZCore.inc...