Additional
SimpleIAX
FreeDAC
NCOCI8
Polls
What you would like to see in next AnyDAC versions ?
 
Topic: Integration witch Open Query Builder - problem
Integration witch Open Query Builder - problem
Posted: 2004/03/22 13:26
 
Hi all !
I would like to integrate NCOCI8 with Open Query Builder, there is an idea in companionoqb40 folder...
The first, I'v met some compilation problem: missing 'doqb60', but after change this requires section to 'oqb60', OQBEngineNCOCI8 component instalation was sucesfull completed... in the first look, but...

When im running a demo, in field selecting i'v recived an exception in procedure TOQBGrid.Insert, after comment
//* Fix StringGrid Bug *
if aCol > 1 then
aColWights[aCol -1] := MaxSw(.....)
where MaxSw is calling procedureTOQBGrid.CreateParams,
and CreateParams is setting Hight:=Parent.ClientHight;

by result MaxSw:= Canvas.TextWidth(s1)
or MaxSw:= Canvas.TextWidth(s2)
and at this moment an exception is comming :
Control '' has no parent window.

As an resut on demo application, i have no seen FieldGrid at TabColumns.

So, is there somewhere, who can fix this ?

Maybe it is result of changing a requires section, as mentioned at this post previously ?
If yes, where i can to find the doqb60.bpl ?

A lot of thanks for any sollutions