I'm trying to slim down some forms containing a few TIB_Edit controls. I have set them to 15 instead of the default 19 (with no border, no bevel and no 3d...
IBO Version 4.3Aa. There is a bug in the first Assigning FieldsIndex to a prepared TIB_Query. While assigning FieldsIndex to FBufferCursor in SysLayoutChange(...
Hi Steve, I will try to look into the Model truncation issue over the next few days - is the issue solely that Autolabels that follow a model are not correctly...
Hi, how can I perform a Locate using multiple fields? I just try with this line but I get a compolation error tbl->Locate("N_DOC;ID_DOC;ID_TIPO_FACT" ,...
hello Adrian, almost in Delphi (I don't know BCB) the syntax is: TIB_Query.Locate('FLD1;FLD2;...;FLDn', VarArrayOf([V1, V2, .., Vn]), [options]) Regards and...
... Do you have the Delphi 5 update pack installed? If you have, your version of delphi.exe should show in the About box of the IDE as "Version 5.0 (Build...
... version ... 5.0 ... wrong ... the ... I have Update Pack 1 installed, and I have 3 comctrls.dcu in my system. Location and dates are ..\delphi\lib, 1/24/00...
... Um....I'd suspect the one in delphi\source\vcl - there shouldn't be dcu's there. As a reality check, try renaming it. (I mean you *are* looking for ...
Hi, I'm trying to evaluate some controls to use with D2005 and Firebird for a future application. I'm planning on a DataSnap/Midas app and testing a simple app...
Why my APP create files .IBO in a directory with the name similar that my Firebird DATABASE.. ej: C:\MiApp\app.exe c:\Gasts\ c:\Common\ App.exe use IBOObjects...
When I try a "Build with {ackages build I get these errors [Error] Packages 'IBO40CRT' and 'IBO40CRT_D7' both contain unit 'IBO40CRT' [Error] Packages...
... dcu's ... looking for ... box and ... Thanks Helen. I renamed comctrls.dcu in source\vcl as you've suggested but still can't install. The Delphi path is...
... Reason: I don't fiddle too much with fontmetrics but there is something wrong with this code in IBC_Edit.IMP. If you set the hieght of an IB_Edit control...
On the same line of Austin's question, I have been working with Midas and BDE (argh!) on an inherited app, and I am finally on the position to convert it to...
... These contain metadata, and they only exist when you enable schema caching. You can disable schema caching (or never enable it at all) by setting...
... few ... All of them are truncating, whether they follow a model or not. The only thing that stops this is albTrimX set to TRUE (does not make sense: set...
... Oh-oh-oh - right....these 4.5 Eval kits are betas. I didn't know the 4.5 Ah Eval kit suffered from these problems. (The 4.5 Ai one sure does!!) I can't...
... Yes, pfInWhere flags for all fields are set to false, except for the Primary Key which is set to true. All the other component sets seemed to work OK(ADO,...
That already goes out of the range of my knowledge about IBO. I myself have posted a questions about general component usage and parameters (sorry, almost...
Hi, On a Firebird DB, I set up a table with a "before insert" trigger. When a new records is added to the table, the trigger automatically adds a record in...
... On the client side, IBO has no knowledge of triggers or their effects. ... Correct. IBO reads the RowsAffected count from the structure that is returned...
... IBO40CRT shouldn't be in the picture at all. For current IBO versions, it belongs to Delphi 2005. For older IBO versions (4.2xxxx) the *_D7 runtimes ...
... I am running Version 4.2.Ib The IBO40CRT package has {$LIBSUFFIX '_D7'} in it so it's for D7 no? It's the C for Controls, R for Runtime package .. NO? All...
If I wanted to distribute a runtime package for IBO and not have it linked into my application code, which package should I place in the "Build Runtime ...
... Correct. And you should not have any **_D7 packages/libraires in the equation at all. Where did they come from? ... No, C=Core ... yes, RT=Runtime...
... When you compile IBO40CRT.dpk in D7 , you get IBO40CRT_D7.bpl in the Project/BPL directory. Alan ... Delphi help is not much good on this subject.. Just...
... Sorry, missed that one and it's the really easy one. You're allowed to deploy the run-time BPLs of the packages you paid subscriptions for and any packages...
Hellen, First of all thank you for the quick reply and for confirming my guess as to te cause of the problem. ... IMHO the assumption that only a single row is...