I mean for column title of TIB_Grid. Maby I have an old version (2000-2001) of TIB_Query when I haven't "grid alignment propoerty" in it (or... it is...
... You must never use SQLWhere directly. It is used internally by IBO. With UNION sets you cannot use SQLWhereItems, since the search clauses for the...
ok. What of worst can happen wusing SQLWhere directly? Im accostumated to do it. And, until now, i dont get any problems... (im using TIBOQuery) Thanks, Guto ...
I have not gtaColumns in TitleAlignment(TIB_Grid) property...actualy I have Left, Center, Right options. I want align to right each column title on decimal and...
... Dear friends... ... how to calculate fields using ibo? I´m using Firebird. Are the calculations made by the application or for the firebird? Thanks, ...
... certainly - if you draw the title yourself you will need to draw the glyph yourself as well. If it's a decimal field, they align right by default - so I...
I already found the answer, thanks for the attention! Marcelo Marcelo Machado <machado6655@...> wrote:... Dear friends... ... how to calculate fields...
Dear friends, Something simple that stores pictures in a bank firebird (already developed) I need to store some 50 pictures for registration in the bank ...
I using sucesfully (for soem years) the ibo components, and usually FastReport as report generating, but little limmited. I want to change to another but I...
Hi, Is there an ETA on full Firebird 2.0 support? That is, support for the new SQL constructs and all? With regards, Martijn Tonies Database Workbench - tool...
Hello, skander_sp! You wrote to <IBObjects@yahoogroups.com> on Wed, 02 Nov 2005 12:05:40 -0000: ss> I want to change to another but I need a new ALSO IB Object...
I am trying very hard to understand the relationship between CommitAction and automatic OAT advancement. I thought I had it figured out but I have come across...
I know FastReport 2.x the problem is I don't know how to convert into fastreport 3.x I try saving as "version 3", but they don't load in fastreport any one...
Hi We use an IB_Datapump to copy data from one table to another. Usually these are the same structure but if not the datapump seems to handle it fine....
Hi Sorry, just worked out ho to do it. For anyone who is interested. In the Dest IB_Cursor change 'CheckRequired' to false. Rob Martin Software Engineer phone...
... This should work; but the more logical way to address this is to make your dest SQL : insert into desttable (SerlNumRef, TransRef) values (:SerlNumRef,...
OK, Stephen, here's a guess (note, I'm guessing, in this area I'm far from an expert). A unidirectional query can - as far as I understand - best be ...
Ola estou com um problema poderia me ajudar. Instalei o IBO 4.5 no delphi 2005 e esta dando problema ele esta instalando as dpls em outros lugar!! O que eu...
Hi, I'm trying to rig up a remote data module (multi-instance, apartment threaded) that has a TIBODatabase component on it, and that creates a series of child...
Hey hey! I've continued what is now 2 days of searching to get an answer and I think I've found it... using a TIB_Connection instead and setting the protocol...
The query is already set to ReadOnly and I have fetched the only record in the result set which means it should be at EOF. Although I have fetched the first...
Hi all, New to developing with Firebird using IBObjects and Delphi - used to developing with ADO and SQL Server with Delphi. I'm trying to develop a system...
I have used ReportBuilder for years and been very happy with it. It is very extendable and I have got it to work pretty much the way I need it to work--and it...
Hello, I have the following SQL in a detail query that is linked to a specific master: Select p.* from add_protocol p left join add_tasks t on t.id_protocol =...
Daniel Albuschat
d.albuschat@...
Nov 3, 2005 2:41 pm
37334
... There are actually two ways to do this, depending on your needs. If all the data you need for computation are available in the SQL query you're executing,...