It was, in IBObjects 4.6, now in 4.8 it isn't. I'm using Datasource property and the query has an WHERE clause to match the fields. Something has changed from...
... Delphi 2009 is not backwards compatible to any Delphi before. It assumes that string = UnicodeString whereas Delphi 2 up until Delphi 2007 assume string =...
... Delphi 2009 is not backwards compatible to any Delphi before. It assumes that string = UnicodeString whereas Delphi 2 up until Delphi 2007 assumes string =...
Hi, Stephan. Jason has been working at it for some time now. He has had some others involved in the coding aswell. There have been a few holdups though, but...
Hi Adrian. I think that we only renew subscription when Jason launch a D2009 version. The first prevision (on home page) is final 2008. Now, we are in February...
I recompiled an old project with TIBOQuery and Many Masters/ Many Details with IBO.4.8.4 and experienced non such problems and the displayed results between...
Hi, I have a very frustrating problem. I tested it with a one-table database (FireBird v 1.5), using the TIBOQuery component v 4.8.7 and the following...
... of code, please, just the SQL. ... // ------------ Master SELECT M.* FROM L_MATERIAL M ORDER BY M.CODIGO_MATERIAL // ------------ Detail SELECT M.* FROM...
Hello, Antonio! Try rename table alias in master or detail SQL from "M" to any another name. I.e. aliases must be with different names. WBR, Dmitry Beloshistov...
... another name. I.e. aliases must be with different names. ... On Behalf Of Antonio Carlos Ribeiro ... Hi, Dimitry! Now aliases are different in master and...
... Check whether you created persistent TFields for these sets in their old form. If so, you need to delete them. If you are referring to them in code, then...
... old form. If so, you need to delete them. If you are referring to them in code, then you will need to re-add them. I think what is happening at the...
Hi all. I have a case which I can't figure out, and it's really hurting me right now. I have an app with about 50 reports, using FastReports. Just a few days ...
So it is time for debugging. Halt on this exception and see, what object is causing it and what is the stack trace. Compare the object that raise the exception...
... When I try to buy anything online from this site I receive the following error: The following errors have occurred. (97) This transaction cannot be...
Thank you so much for helping. We have a lot to change in Delphi in order to be able to use Firebird 2.1.1 so we are starting with 1.5.5 for now. I will add...
Thanks Andreas - I think we figured it out. It seems that FastReport looks for the datasets based on just the dataset name, which I never thought of before...
Hello Antti, you can fix the bug in the english resources and send the fixed files to me and to the binary fastreport group. I didn't look at them for a long...
Would any of the IBO components allow me to do something like this: 1. Run a TIB_Query or TIB_Cursor to pull down some database rows 2. Export that data into a...