... What are you using transactionsources for? They are meant for internal use... Anyway, transactionsources have transactions, not the other way around. ... ...
Hi to all, I have a lot of SP that make a lot of works for my Client App but i need to have a ProgressBar on my Client App for show to my users how much time...
Hi all (and perhaps mostly Helen :-) We have a project we want to convert to Kylix, but how close is the beta to an actual release ? If it is 'pretty darn...
Peter Henriksen
peh@...
Mar 1, 2004 11:40 am
29911
... Close and not close. Close, in that you can do non-visual stuff with TIB_ (as long as you use non-data-aware controls) and the TIBODataset stuff. Not...
Hi, ... Probably events are your only solution. I haven't used them for this purpose, so you'll probably have to test that concept yourself. If it's a...
Hi Helen I would very much like to participate in the beta program. Please let me know what to do :-) Kind regards Peter E. Henriksen Group IT Business...
Peter Henriksen
peh@...
Mar 1, 2004 2:41 pm
29914
D5, IBO 4.3.A, IB 6.0.2 How to setup/use TIBOTransaction in my app for hard commits. 1. Drop TIBOTransaction (xAction) on my data module, set IB_Connection to...
Ross Garbig
ross@...
Mar 1, 2004 3:37 pm
29915
Hi! With IBObjects 4.3Aa I have the following problem. I have a TIB_Cursor with a SQL SELECT * FROM Table1 join Table2 on Table1.ID = Table2.ID WHERE Table1.ID...
Hello ! I want to use DML Synchronization technic with a TIBOQuery (not TIB_Query), is it possible ???!!! Can someone help me !!! very urgent !!! I need it for...
... I found now out that I can set the property SearchedEdits to true, so that the update statement is using the KeyLinks to update the row. Now it looks like...
... I found out, that the field 'ID' is set, but if I check cur.KeyFields[0] then I get .AsInteger = 0 and .IsNull = false KeyFields is not pointing to...
... The query is ambiguous. select table1.* from table1 join table2 on table1.id = table2.id ... Yes. IBO uses it when there are no valid keylinks. ... First,...
I have begun to change a DELPHI 3 program to IBO. I have begun the conversion. and I have run into a problem concerning the use of Blobs. I use a blob, in this...
Hi Helen Thank you for your reply! ... I and my Firebird 1.5 don't find this query ambigous (no error from Firebird). Also your query gives a differnt...
... No, it won't work for a cross-join (which is what your "new" query wants). ... No, the Keylinks won't be correct unless you provide the correct Keylinks. ...
hi helen, I am using transactionsources so that i may use the OnStatusChanged event for when the transaction changes state. The main point i'm unsure of is...
... What are you actually *doing* in this event? What are you using the ib_transaction source *for*? ... I cannot guess, other than you are doing something in...
i've figured it out and it was due to a stored procedure that i had running somewhere in between that uses the infamous transaction. Thanks for your help and...
Hi Helen Thank you again for your reply ... Sorry, here I wanted to write something else: Field21 and Field22 are unique as fields in Table2, I meant there is...
Hi Does some exist component that has likeness with the clientDataset or RxMemoryData and what can be used by the visual components of IBO? Thankful Humberto...
Hello ! I want to use DML Synchronization technic with a TIBOQuery (not TIB_Query), is it possible ???!!! Can someone help me !!! very urgent !!! I need it for...
When u use the TIB_Query object, one can set the MaxRows property to 1, so that only one row at a time is downloaded from the server. As i understand this, it...
... In general, if you only need one row, only request one row *in your SQL*. If the user needs multiple rows then don't set MaxRows to 1. Rows come across...
I answered this quite some time ago. Yes, you should be able to. You might need to access the TIBOQuery.InternalDataset property to get at the TIB_Query...
... Hi, This is possible, since I use in my entire app. You have to use TIBOQuery.InternalDataset to set the DMLFlags, and you have to write your own...
Hi all. Wheel mouse scrolling on a IB_ctrlGrid doesn't seem to work. Does anyone know if this is a bug or the code just hasn't been implemented. If the code...
Bob, Mouse wheel behaves strangely with dbgrids - this code handler will correct this behavior. Just drop a TApplication component on a form procedure...