... Well my congratulation and all best wishes, too. If you're still looking for a name, how about . Edward - so you already have a nickname like .ned ;-) Luc....
Hi! Anyone please can tell me what's wrong with the following piece of code: void __fastcall TForm1::IB_Grid1GetCellProps(TObject *Sender, int ACol, int ARow, ...
Alexandre, ... I just have Delphi, so you have to convert the code back to C, but coloring a row in a TIB_Grid is - for me - working that way: with IB_Qry1 do ...
... The problem was I missed the following: BufferRowNum := IBGrid1.DataRow[ ARow ]; That are used to sync the dataset buffer with the Grid buffer. Thanks Luc!...
... The ... I need to know how and where to specify the return parameter. This is what I have in the SQL property of the TIB_DSql component: execute procedure...
I have a field called PROJ_ID which is the Primary Key in an interbase table. When I try to save a new record I get an exception 'PRJ_ID is a required field'. ...
... Hi Rich, Why do you want to have the pk calculated on the client? All my integer pk's are calculated on the server. The following script defines a...
... Calculating key values on the client is a mistake. Ideally, pull PKs from a generator (as described by Constantin) and set the GeneratorLinks value(s) in...
Hi guys, I have this statement execute in ibexpert and the result was the one I expected when all parameters are null. But in IBO this statement fetches all...
Hi James, write a program that display 100 lines with the following text: "NULL is a state, not a value". You seem to be using two parameters named :null and...
hey hey, just thought id tell you guys about this free debt consolidation site that reduced my monthly payments by damn near half, no more worries about bills!...
I want to catch edits on a field which displays and is editable in an IB_Grid. I want to intercept the edits and rudely strip the comma character from the...
Hello everybody! Maybe someone could help me with this: Is there a method to detect which firebird version is running with my application? I need to know when...
Hi I´m having problems with a query, when the query have many "joins" and I place the clause "order by" the application freeze. In IBExpert freeze too. The...
Rafael Colucci
tecnologia1@...
Jun 2, 2004 12:53 pm
31256
... What does the following bring up when used against the embedded server? IB_Connection1.Characteristics.dbVersion; Alan...
Hi Rafael! I doubt your application freezes, most likely it is just taking a lot of time. Whatever the reason, it is most likely something to do with ...
... OK, last night I made five test cases with the kokkok test data, with a variety of statement objects and transaction options. The Firebird 1.5 crashing...
... It is, mostly. All you need is foreign keys all the way down the line and the referential integrity of the related tables will be protected. ... The...
tried 'BufferSyncroFlags.???Insert := True' but still same result: before insert, I see the following sequence in the grid: - A0 - A1 - A3 When I insert a new...
... OK, then, to endorse Svein's comments... 1. editbox.text will never be null. If it is blank, its value is EmptyStr. The SQL that is passed here will fetch...