TIBOQuery.FilterRecord is not called in 4.5Ad ! Is this corrected in 4.5Ai ? (Filtered = true Filter = '' OnFilterRecord sets Accept depending on some...
Hi all. I have just upgraded to V4.5Ai and I have discovered that the IB_Grid's OnDblClick event no longer fires on the first row if IndicateRow is false. It...
In comments to TIB_Export it says the following: It is also possible to perform some alterations to the internal cursor that is used to perform the export. One...
... the ... to be the ... No, in browse state the locateedit is active, then the color must be the searchingcolor. ... amending the ... default ... the ... a...
Hi We have build our app running with Firebird Super Server (1.5.1.44881), all works well. I have just uninstalled FB super server and installed classic to...
Hello, Version 4.5Ai Select * from Table1 where condition1 order by 1,2,3 TIBOQuery.RecordCount returns correct value However Select * from Table1 where...
It seems like there is not the same functionality in a TIB_Ledger as in a TIB_grid to indicate which columns can be sorted by clicking on the icon. Is this...
Can anyone make a suggestion ? I have converted a SQL Server DB to FDB, and am accessing using IBODatasets, however, when i go to make a change to any of the...
... None that I know of. Fb/Ib currently doesn't return a RecordCount from selects. If you ask for one, IBO will (ultimately) try to get one by attempting to...
... Output from SQL is, by nature, not editable. To "edit" datasets (or insert or delete) the data access components do stuff to hook up DML statements that...
Thank you Helen, I'm not about to rewrite some QReport functions yet :) But I did trace it down and found some solution. Open the Queries used in the QReport,...
Thanks.... this has worked, my data is now being edited, i added a PK to KeyLink & set RequestLive to true. ... From: Helen Borrie [mailto:helebor@...] ...
Hello Helen, Did some more digging and found out that IB_Componets->function TIB_Dataset.SysGetCursorRecordCount: longint; already converts a RecordCount call...
Hi Helen I am using the exactly same settings as I do for Super Server, so they should be ok? However I think I need to move over to the Firebird support...
... Correct. ... Really useful, right? ... Not useful at all. With UNION sets, the recordcount is not the same as the sum of recordcounts of the contributing...
Hi, ... Essentially, a proper fix can only be implemented once FB 2.0 is released. Since FB 2.0 will support derived tables, it should be possible to...
Hi All, I am running Delphi7 and recenlty I upgraded IBO 4.5.5. After that I received an error running some of the applications like: "Error Reading...
Hi Helen,, Well, instead of rewriting existing software and included packages, when converting from BDE to IBO, don't you think it is more practical to offer...
Hi, ... When converting an application from Paradox/BDE to FB/IB using IBO, there might be a some adaptation in your code for certain circumstances. I've never...
I have a report that pulls up line items for customer invoices by date range. The parameters are supplied by TIB_Edit and TIB_Date controls that have their...
... What did FlushBuffers do with an IB (or Fb) database? My guess is that the BDE FlushBuffers could be replaced by a No-op. ... What did the BDE do to find...
... But not smart enough, I see! ... Ok, if the "join" in the queries above really is a "union all". For a "union", the sum of (1) and (2) will in the general...
... If it is the case that you want to apply Query A's parameters to Query B each time Query A's parameters change, then a TIB_StatementSource object linked to...
You are correct, I mistyped JOIN , it should be UNION for different tables ... According to Delphi Docs ... Posts all changes that have been written to the...