Hi, I am working with Ibojects 4.7 release 16 and Firebird 2. I have a problem with incremental searching in a column where there are null values, the search...
Jason, To pin things down more, I've built the packages again, then used the package IBO4CRT_C6.bpl in my project. I used the sysinternals utility Filemon to...
I wonder if it has to do with how I use include files in the main source of IB_Components.pas. Perhaps try by taking the entire contents of the include...
Jean, ... I'm glad you are raising this issue... I believe there have been some changes in the sorting of NULL columns. Or, at the very least, the ability to...
... Beyond Compare qualifies as one of my best friends too. I wouldn't be nearly as productive and accurate as I am (not that I'm perfect) if I couldn't...
Jason I am using databases that are Dialect 1 and I will change to Dialect 3 once my customers get into their off season in December and January. I can run a...
Jack, ... A sample would be great. First, would you please flesh in the details a little more. Are you saying that even though the SQLDialect of the database...
... set to 1 ... information as ... If I take these 400 stored procedures that I have and use 'isql -input commandfilename.sql' I will get no errors on those...
I did not see the last question you asked about running SQL Monitor and send you the results. I will do that and reply with the results. Thanks Jack ... ...
... You can either send it to me via an attachment in a private email or you can upload it to the files area of this group. There is a folder for bug reports...
Hello, If I am not wrong I once had something equivalent to the problem you have, I can't remember exactly how I sorted it out, but I think it was something to...
Hi, I'm a long time user of IB Objects. We are currently using version 4.3Aa, very happily, and don't really want to have to upgrade unless necessary. I am,...
Hi, ... No. If it is not, then waht version do I need to be ... For basic support, you need at least IBO 4.7 Build 16, AFAIK, but as you need to upgrade...
Thank you for the quick response. Assuming this is the case, are there any known conversion issues going from IB Object 4.3Aa to 4.8, or is it sipmly a case of...
... I'm not able to summarize any pitfalls, but I may motivate you to read http://www.ibobjects.com/docs/IBO_47_Migration.pdf and to study the release notes. ...
Thank you to Thomas SteinMaurer for his answers concering IB Objects nad fireBird 2.0. It seems from these that converting to FireBird 2.0 may be quite an...
... There are likely other issues and as long as you are taking the time to convert up to the newer version you just as well do the whole job on one shot. IBO...
Now after I have integrated the hotfix from Thomas, I get the error 'Unsupported column type: 0' in IB_Components in procedure TIB_Row.DefaultColumnCreation ...
Jason, I have exact the same problem here. I think you should make a fix of IBO available, because this is really a show stopper for IBO 4.8.4 at the moment. I...
It looks like I found the cause of the wrong tib_connection.version property: The localized IB_constants-de.pas was not updated to the new version number....
I like to fix 3 columns in a TIB_GRID so they can be viewed even when the grid is scrolled horizontally. So I set fixeddatacols=3 and it worked. But the color...
... Yes, there was already a fix posted here and I have it fixed and IBO 4.8.5 is just about to go out the door. Please see Thomas' fix posted yesterday or...
Is there a bug in the TIB_Query.locate method, while canceling the fetching operation on a huge query result? After callbackInitInt milliseconds the default...
Thanks Ngigi, I took Jason's suggestions of pasting the includes into the ib_components.pas source file (two levels deep, includes with includes), and it seems...
Hi All. After spending a lot of not successful time on the internet I hope some of you can help me, a new user of Delphi. My delphi-appl does not reflect my...
... This is a very confused question. Perhaps you should start again. 1. Tell us about your "user grants". 2. Tell us how your users connect to the database...
I'm only going to put UPDATE TABLENAME SET FIELD=VALUE in the queryname.editsql. But I want to do it dynamic with variables for the datamodule and for the...
1. My user grants are made on Firebird I have created tables for the user grants structure including which column the diff user is allowed to update. I'm using...